From 4f798ed25645b3b1c2e5100a6353cfbc4650becc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 31 Oct 2017 10:41:55 +0200 Subject: loplugin:constantparam in editeng Change-Id: I0a07326d5b63e82ef16e02f75fd8523e3b73e1f4 Reviewed-on: https://gerrit.libreoffice.org/44096 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/paperinf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/editeng/paperinf.hxx b/include/editeng/paperinf.hxx index 490c54fba82f..66a945e12e8a 100644 --- a/include/editeng/paperinf.hxx +++ b/include/editeng/paperinf.hxx @@ -39,7 +39,7 @@ public: static Size GetDefaultPaperSize( MapUnit eUnit = MapUnit::MapTwip ); static Size GetPaperSize( Paper ePaper, MapUnit eUnit = MapUnit::MapTwip ); static Size GetPaperSize( const Printer* pPrinter ); - static Paper GetSvxPaper( const Size &rSize, MapUnit eUnit, bool bSloppy ); + static Paper GetSvxPaper( const Size &rSize, MapUnit eUnit ); static long GetSloppyPaperDimension( long nSize ); static OUString GetName( Paper ePaper ); }; -- cgit