Bugzilla – Attachment 93236 Details for
Bug 74383
Impress: hidden slides taken into account on total pages field
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to use active slide (ie: hidden are not part of count)
0001-fdo-74383-PagesField-do-not-count-hidden-slides.patch (text/plain), 914 bytes, created by
J. Fernando Lagrange
on 2014-02-02 17:11:08 UTC
(
hide
)
Description:
Patch to use active slide (ie: hidden are not part of count)
Filename:
MIME Type:
Creator:
J. Fernando Lagrange
Created:
2014-02-02 17:11:08 UTC
Size:
914 bytes
patch
obsolete
>From c3887e4a9338e904fad6fb78d7061cc088bc1b7d Mon Sep 17 00:00:00 2001 >From: "J. Fernando Lagrange" <fernando+libreoffice@trankil.info> >Date: Sun, 2 Feb 2014 16:09:02 +0100 >Subject: [PATCH] fdo#74383 - PagesField: do not count hidden slides > >Change-Id: Ied09cc3ed4305c14583e9f4d9ce211514c2c90e1 >--- > sd/source/ui/app/sdmod2.cxx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/sd/source/ui/app/sdmod2.cxx b/sd/source/ui/app/sdmod2.cxx >index 083abc5..5add228 100644 >--- a/sd/source/ui/app/sdmod2.cxx >+++ b/sd/source/ui/app/sdmod2.cxx >@@ -275,7 +275,7 @@ IMPL_LINK(SdModule, CalcFieldValueHdl, EditFieldInfo*, pInfo) > } > else if( pDoc ) > { >- nPageCount = (sal_uInt16)pDoc->GetSdPageCount(PK_STANDARD); >+ nPageCount = (sal_uInt16)pDoc->GetActiveSdPageCount(); > } > } > >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 74383
: 93236