summaryrefslogtreecommitdiff
path: root/sw/inc/frmfmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/frmfmt.hxx')
-rw-r--r--sw/inc/frmfmt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/frmfmt.hxx b/sw/inc/frmfmt.hxx
index 29436cbe7bb9..aa86dce5da9f 100644
--- a/sw/inc/frmfmt.hxx
+++ b/sw/inc/frmfmt.hxx
@@ -191,7 +191,7 @@ public:
@return true, if background color is transparent, but not "no fill"
or a existing background graphic is transparent.
*/
- virtual sal_Bool IsBackgroundTransparent() const;
+ virtual bool IsBackgroundTransparent() const;
/** SwFlyFrmFmt::IsBackgroundBrushInherited
@@ -204,7 +204,7 @@ public:
@return true, if background brush is "inherited" from parent/grandparent
*/
- sal_Bool IsBackgroundBrushInherited() const;
+ bool IsBackgroundBrushInherited() const;
const Point & GetLastFlyFrmPrtRectPos() const { return m_aLastFlyFrmPrtRectPos; }
void SetLastFlyFrmPrtRectPos( const Point &rPoint ) { m_aLastFlyFrmPrtRectPos = rPoint; }