summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterPropHdl.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-06-29 10:18:45 +0000
committerMichael Brauer <mib@openoffice.org>2001-06-29 10:18:45 +0000
commit0ee132437df53c8256604682e8e9dd036659200a (patch)
tree2895a72924153c1591140bbbcf1b2ab94d087fac /xmloff/source/style/PageMasterPropHdl.cxx
parente70eb5f786f3bf5626127b1b6467be2ae0bcefa2 (diff)
#88948#: page number setting 'none'
Diffstat (limited to 'xmloff/source/style/PageMasterPropHdl.cxx')
-rw-r--r--xmloff/source/style/PageMasterPropHdl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterPropHdl.cxx b/xmloff/source/style/PageMasterPropHdl.cxx
index adca00d494df..516f2281ca04 100644
--- a/xmloff/source/style/PageMasterPropHdl.cxx
+++ b/xmloff/source/style/PageMasterPropHdl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageMasterPropHdl.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: th $ $Date: 2001-05-11 10:52:52 $
+ * last change: $Author: mib $ $Date: 2001-06-29 11:18:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -227,7 +227,7 @@ sal_Bool XMLPMPropHdl_NumFormat::exportXML(
OUStringBuffer aBuffer( 10 );
rUnitConverter.convertNumFormat( aBuffer, nNumType );
rStrExpValue = aBuffer.makeStringAndClear();
- bRet = rStrExpValue.getLength() > 0;
+ bRet = sal_True;
}
return bRet;
}