diff options
-rw-r--r-- | sd/source/ui/view/DocumentRenderer.cxx | 2 |
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 |