summaryrefslogtreecommitdiff
path: root/starmath/source/unomodel.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:19:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:27:25 +0200
commit88338ed6291f3552b583f539f1588984ec188e56 (patch)
treefdc8fdc6b882c2165183773167a4a6205addd1d5 /starmath/source/unomodel.cxx
parent9a10b6f1ffc9f9331c3bb55c1ac2a70828ee14bb (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Iae070e04800fec430f630dad1cd4265c1717a59d
Diffstat (limited to 'starmath/source/unomodel.cxx')
-rw-r--r--starmath/source/unomodel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index 28dd2e558e7a..d0b066fbd0a7 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -145,7 +145,7 @@ SmPrintUIOptions::SmPrintUIOptions()
Sequence< PropertyValue > aHintNoLayoutPage( 1 );
aHintNoLayoutPage[0].Name = "HintNoLayoutPage";
- aHintNoLayoutPage[0].Value = makeAny( sal_True );
+ aHintNoLayoutPage[0].Value = makeAny( true );
m_aUIProperties[nIdx++].Value <<= aHintNoLayoutPage;
assert(nIdx == nNumProps);