summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:56:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:24:39 +0100
commit6bdd60462f57650273cd4f3da3cc5a2cccf9c9c7 (patch)
tree7895811dd03dd61465740d50d9a30124635a9ff7 /include
parentbool improvements (diff)
downloadcore-6bdd60462f57650273cd4f3da3cc5a2cccf9c9c7.tar.gz
core-6bdd60462f57650273cd4f3da3cc5a2cccf9c9c7.zip
bool improvements
Change-Id: If99daef91a41036a5b8dac1e53ab68e928b0b710
Diffstat (limited to 'include')
-rw-r--r--include/editeng/paperinf.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/paperinf.hxx b/include/editeng/paperinf.hxx
index f402da84f404..e3574764a54d 100644
--- a/include/editeng/paperinf.hxx
+++ b/include/editeng/paperinf.hxx
@@ -39,7 +39,7 @@ public:
static Size GetDefaultPaperSize( MapUnit eUnit = MAP_TWIP );
static Size GetPaperSize( Paper ePaper, MapUnit eUnit = MAP_TWIP );
static Size GetPaperSize( const Printer* pPrinter );
- static Paper GetSvxPaper( const Size &rSize, MapUnit eUnit = MAP_TWIP, bool bSloppy = sal_False );
+ static Paper GetSvxPaper( const Size &rSize, MapUnit eUnit = MAP_TWIP, bool bSloppy = false );
static long GetSloppyPaperDimension( long nSize, MapUnit eUnit = MAP_TWIP );
static OUString GetName( Paper ePaper );
};