From 38085535046ab7f4c4ebcbd09b05798230cd1950 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 10 Oct 2008 13:02:43 +0000 Subject: CWS-TOOLING: integrate CWS cmcfixes49 --- sd/inc/drawdoc.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/inc/drawdoc.hxx') diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index f186982c8ce6..c9bbe818b5a0 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: drawdoc.hxx,v $ - * $Revision: 1.49 $ + * $Revision: 1.49.108.1 $ * * This file is part of OpenOffice.org. * @@ -371,7 +371,7 @@ public: const ::com::sun::star::uno::Reference< ::com::sun::star::presentation::XPresentation2 >& getPresentation() const; void SetSummationOfParagraphs( BOOL bOn = TRUE ) { mbSummationOfParagraphs = bOn; } - const BOOL IsSummationOfParagraphs() const { return mbSummationOfParagraphs; } + BOOL IsSummationOfParagraphs() const { return mbSummationOfParagraphs; } /** Set the mode that controls whether (and later how) the formatting of the document depends on the current printer metrics. -- cgit