diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-03 11:20:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-03 11:20:51 +0200 |
commit | a05ab9ef5e1804faed90f3df2f7fb8cb49065590 (patch) | |
tree | e6103fe46388857b91d51f63be313810ba0774b0 /xmloff | |
parent | 4b3c211cfb4f64f0f31461aa2e623d64224c4423 (diff) |
Remove unnecessary setBOOL, makeBoolAny
Change-Id: Id82c3f352fcc2d4dafad877517098cb6f5d046d4
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/PageMasterPropHdl.cxx | 2 |
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; } |