summaryrefslogtreecommitdiff
path: root/include/vcl/pdfextoutdevdata.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-26 09:36:26 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-02-26 08:24:32 +0000
commit911ae0aeca443fb4b5e400ae0f939567b580e443 (patch)
tree1b7ef72f8f4c50c9ab7a552743a95b329912a0bc /include/vcl/pdfextoutdevdata.hxx
parent63e2aec922ec8c0a9011b98dbfd3dac295f473af (diff)
loplugin:unuseddefaultparams in /include/vcl
Change-Id: I36daccd90bfa6ba0ee8b9e76bff2bd8494155a04 Reviewed-on: https://gerrit.libreoffice.org/22710 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/vcl/pdfextoutdevdata.hxx')
-rw-r--r--include/vcl/pdfextoutdevdata.hxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/vcl/pdfextoutdevdata.hxx b/include/vcl/pdfextoutdevdata.hxx
index 3c3d49a88522..6fcb45eed90c 100644
--- a/include/vcl/pdfextoutdevdata.hxx
+++ b/include/vcl/pdfextoutdevdata.hxx
@@ -479,11 +479,8 @@ public:
@param nMilliSec
the duration of the transitional effect in milliseconds;
set 0 to disable transitional effects
-
- @param nPageNr
- the page number to apply the effect to; -1 denotes the current page
*/
- void SetPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sal_Int32 nPageNr = -1 );
+ void SetPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec );
/** create a new form control
@@ -493,11 +490,8 @@ public:
@param rControlType
a descendant of AnyWidget determining the control's properties
-
- @param nPageNr
- the page number to apply the effect to; -1 denotes the current page
*/
- void CreateControl( const PDFWriter::AnyWidget& rControlType, sal_Int32 nPageNr = -1 );
+ void CreateControl( const PDFWriter::AnyWidget& rControlType );
};
}