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 | 56a1f3affcd18957442313e271e3c0ebef565d84 (patch) | |
tree | c35b5ad6ed00aec900ceb7a048cc11fbd87ddd50 /sw/inc/frmfmt.hxx | |
parent | 368ade10ba7d7551fe82d4157c37b1baa74ee137 (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r-- | sw/inc/frmfmt.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx index f38e5fc89d3b..07c29b780faf 100644 --- a/sw/inc/frmfmt.hxx +++ b/sw/inc/frmfmt.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: frmfmt.hxx,v $ - * $Revision: 1.15 $ + * $Revision: 1.15.214.1 $ * * This file is part of OpenOffice.org. * @@ -187,7 +187,7 @@ public: @return true, if background color is transparent, but not "no fill" or a existing background graphic is transparent. */ - virtual const sal_Bool IsBackgroundTransparent() const; + virtual sal_Bool IsBackgroundTransparent() const; /** SwFlyFrmFmt::IsBackgroundBrushInherited - for #103898# @@ -200,7 +200,7 @@ public: @return true, if background brush is "inherited" from parent/grandparent */ - const sal_Bool IsBackgroundBrushInherited() const; + sal_Bool IsBackgroundBrushInherited() const; DECL_FIXEDMEMPOOL_NEWDEL(SwFlyFrmFmt) }; |