From 99c2a1c64b3517a4cbbc0ddcf9acd3e190188d1e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 11 Sep 2012 10:34:51 +0200 Subject: -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 --- sd/source/ui/view/DocumentRenderer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source') 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 -- cgit