summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frame.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/frame.hxx')
-rw-r--r--sw/source/core/inc/frame.hxx14
1 files changed, 6 insertions, 8 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 300e8d766b7e..e0796be61438 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -61,8 +61,6 @@ class SwPrintData;
class SwSortedObjs;
class SwAnchoredObject;
typedef struct _xmlTextWriter *xmlTextWriterPtr;
-//UUUU
-class FillAttributes;
// Each FrmType is represented here as a bit.
// The bits must be set in a way that it can be determined with masking of
@@ -512,12 +510,12 @@ public:
// retouch, not in the area of the given Rect!
void Retouche( const SwPageFrm *pPage, const SwRect &rRect ) const;
- bool GetBackgroundBrush(
- boost::shared_ptr< FillAttributes >& rFillAttributes,
- const SvxBrushItem*& rpBrush,
- const Color*& rpColor,
- SwRect &rOrigRect,
- bool bLowerMode ) const;
+ sal_Bool GetBackgroundBrush( const SvxBrushItem*& rpBrush,
+ const XFillStyleItem* & rpFillStyle,
+ const XFillGradientItem* & rpFillGradient,
+ const Color*& rpColor,
+ SwRect &rOrigRect,
+ bool bLowerMode ) const;
inline void SetCompletePaint() const;
inline void ResetCompletePaint() const;