From a05ab9ef5e1804faed90f3df2f7fb8cb49065590 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 3 May 2016 11:20:51 +0200 Subject: Remove unnecessary setBOOL, makeBoolAny Change-Id: Id82c3f352fcc2d4dafad877517098cb6f5d046d4 --- xmloff/source/style/PageMasterPropHdl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') 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; } -- cgit