diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
commit | 38085535046ab7f4c4ebcbd09b05798230cd1950 (patch) | |
tree | 7a0fd9b08e1c4c53347d1e91a535d2c615ba1981 /sd/inc/drawdoc.hxx | |
parent | c4560e710af123d8cb78297b68a1fe700e6f36bd (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r-- | sd/inc/drawdoc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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. |