summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-10 13:02:43 +0000
commit56a1f3affcd18957442313e271e3c0ebef565d84 (patch)
treec35b5ad6ed00aec900ceb7a048cc11fbd87ddd50 /sw/inc/format.hxx
parent368ade10ba7d7551fe82d4157c37b1baa74ee137 (diff)
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index 03f9211c1bd4..b68e48042151 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: format.hxx,v $
- * $Revision: 1.32 $
+ * $Revision: 1.32.144.1 $
*
* This file is part of OpenOffice.org.
*
@@ -318,7 +318,7 @@ public:
@return false, default implementation
*/
- virtual const sal_Bool IsBackgroundTransparent() const;
+ virtual sal_Bool IsBackgroundTransparent() const;
/** SwFmt::IsShadowTransparent - for feature #99657#
@@ -331,7 +331,7 @@ public:
@return false, default implementation
*/
- virtual const sal_Bool IsShadowTransparent() const;
+ virtual sal_Bool IsShadowTransparent() const;
};
// --------------- inline Implementierungen ------------------------