summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterPropHdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/style/PageMasterPropHdl.cxx')
-rw-r--r--xmloff/source/style/PageMasterPropHdl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/style/PageMasterPropHdl.cxx b/xmloff/source/style/PageMasterPropHdl.cxx
index 86d8829f70ae..5ebd7aa78d1d 100644
--- a/xmloff/source/style/PageMasterPropHdl.cxx
+++ b/xmloff/source/style/PageMasterPropHdl.cxx
@@ -283,13 +283,12 @@ bool XMLPMPropHdl_Print::importXML(
Any& rValue,
const SvXMLUnitConverter& ) const
{
- sal_Unicode cToken = ' ';
sal_Int32 nTokenIndex = 0;
bool bFound = false;
do
{
- bFound = (sAttrValue == rStrImpValue.getToken( 0, cToken, nTokenIndex ));
+ bFound = (sAttrValue == rStrImpValue.getToken( 0, ' ', nTokenIndex ));
}
while ( (nTokenIndex >= 0) && !bFound );