summaryrefslogtreecommitdiff
path: root/svx/source/items/pageitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/pageitem.cxx')
-rw-r--r--svx/source/items/pageitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/pageitem.cxx b/svx/source/items/pageitem.cxx
index 18c4981473ce..1da923284439 100644
--- a/svx/source/items/pageitem.cxx
+++ b/svx/source/items/pageitem.cxx
@@ -166,7 +166,7 @@ bool SvxPageItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
}
break;
case MID_PAGE_ORIENTATION:
- rVal <<= (bool) bLandscape;
+ rVal <<= bLandscape;
break;
case MID_PAGE_LAYOUT :
{
05-29 15:36:13 +0200'>2014-05-29Make the wdb/wks and GreatWorks(draw) workosnola 2014-05-22use $(gb_AWK) instead of awkChristian Lohmaier 2014-05-22using xargs for string manipulation is somewhat of an abuseChristian Lohmaier 2014-05-19fdo#78815 Fix report builder toolbox controllerMaxim Monastirsky 2014-05-16Make the MacAVF code build also as 32-bitTor Lillqvist 2014-05-15The macavf code doesn't compile as 32-bit, sighTor Lillqvist 2014-05-15The AVFoundation framework appeared in OS X 10.7Tor Lillqvist 2014-05-15The AVMedia framework is not deprecatedTor Lillqvist 2014-05-15Add avmediaMacAVFTor Lillqvist 2014-05-15We build avmediaQuickTime as 64-bit too nowTor Lillqvist 2014-05-15Make sure to dispose services supporting the XComponent protocolStephan Bergmann 2014-05-08various: sal_Bool->boolNoel Grandin 2014-05-07No fpicker needed for non-DESKTOP surely?Tor Lillqvist 2014-05-01Introduce centralized detection for storage-based filesMaxim Monastirsky 2014-04-29make signing depend on slowchecks being doneChristian Lohmaier 2014-04-19avmediaogl: build depends on ENABLE_GLTF insteadZolnai Tamás 2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist 2014-04-17More generic way to disable avmediaTor Lillqvist 2014-04-17remove executable bitAndras Timar 2014-04-04Make service unit test easier to debugChris Sherlock 2014-04-03sccomp: Share common code and have only one library.Matúš Kukan 2014-04-01Install coinmp and lpsolve linear solvers in parallel.Matúš Kukan 2014-04-01Revert "Allow to build lpsolver based on CoinMP library."Matúš Kukan 2014-03-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás 2014-03-23remove unnecessary util dirDavid Tardon 2014-03-11normalize values of WITH_MOZAB4WINMichael Stahl 2014-03-11normalize values of BUILD_POSTGRESQL_SDBCMichael Stahl 2014-03-07No cmdmail component on OS X nowTor Lillqvist 2014-03-06Revert "install:module <value>s must be mutually exclusive"Stephan Bergmann 2014-03-06Build webdav based on serf if neon is disabled.Matúš Kukan 2014-03-03install:module <value>s must be mutually exclusiveStephan Bergmann 2014-03-03Allow to build lpsolver based on CoinMP library.Matúš Kukan 2014-03-01Merge HTML detection to text detection serviceMaxim Monastirsky 2014-02-22fdo#69309 rename share/registry/postgresqlsdbc.xcd to postgresql.xcdLionel Elie Mamane