diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:19:48 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-04-20 17:27:25 +0200 |
commit | 88338ed6291f3552b583f539f1588984ec188e56 (patch) | |
tree | fdc8fdc6b882c2165183773167a4a6205addd1d5 /starmath/source/unomodel.cxx | |
parent | 9a10b6f1ffc9f9331c3bb55c1ac2a70828ee14bb (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.cxx | 2 |
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); |