summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/PageMasterPropHdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/PageMasterPropHdl.cxx b/xmloff/source/style/PageMasterPropHdl.cxx
index 96968fee69fd..6099d4789c68 100644
--- a/xmloff/source/style/PageMasterPropHdl.cxx
+++ b/xmloff/source/style/PageMasterPropHdl.cxx
@@ -295,7 +295,7 @@ bool XMLPMPropHdl_Print::importXML(
}
while ( (nTokenIndex >= 0) && !bFound );
- setBOOL( rValue, bFound );
+ rValue <<= bFound;
return true;
}