diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-31 10:41:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-31 13:58:23 +0100 |
commit | 4f798ed25645b3b1c2e5100a6353cfbc4650becc (patch) | |
tree | b42022d8b483ab9dea229cc95fc21efa2c30b4c8 /include | |
parent | 7383ab517030db0c2d7bf4f393f38743fbcaba04 (diff) |
loplugin:constantparam in editeng
Change-Id: I0a07326d5b63e82ef16e02f75fd8523e3b73e1f4
Reviewed-on: https://gerrit.libreoffice.org/44096
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/paperinf.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); }; |