summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-11 10:34:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-11 17:11:09 +0200
commit99c2a1c64b3517a4cbbc0ddcf9acd3e190188d1e (patch)
tree5dfa9eb7d2cbe367251a13378410de0028edc810 /sd
parent0e2467a1554faa7b1b73d042539e79de806aafdd (diff)
-Werror,-Wnon-literal-null-conversion
The wrong use of GetBoolValue overload appears to be in there "for a very long time already." Change-Id: I14c8ffefd5f16c52e6eb4197bc50b7f0b4ca322e
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/view/DocumentRenderer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/DocumentRenderer.cxx b/sd/source/ui/view/DocumentRenderer.cxx
index 2a9233afdbdb..12d3bd224293 100644
--- a/sd/source/ui/view/DocumentRenderer.cxx
+++ b/sd/source/ui/view/DocumentRenderer.cxx
@@ -114,7 +114,7 @@ namespace {
bool IsHandoutHorizontal() const
{
- return GetBoolValue("SlidesPerPageOrder", sal_Int32(0), true);
+ return GetBoolValue("SlidesPerPageOrder", sal_Int32(0));
}
sal_Int32 GetHandoutPageCount() const