summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-20 13:56:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-20 14:06:33 +0100
commit9acd707d738b99072cb3d7323e94ef96c1d64be5 (patch)
treef7e818d64f7a8fad78650a440cb383b45c1c8703 /sw/inc/format.hxx
parentdf4bd415c0ceb8e69f8bbeeca554a1c55eb978b7 (diff)
fix crashing on exit in static SvxBrushItem dtor
site of second ctor Change-Id: Ic319bd36f207a0f1939482a7b4c729b519bb5ce1
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index 8c3e69e9c5fc..9a52566a5769 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -98,6 +98,8 @@ public:
//UUUUinline
SfxItemState GetItemState( sal_uInt16 nWhich, bool bSrchInParent = true,
const SfxPoolItem **ppItem = 0 ) const;
+ SfxItemState GetBackgroundState(SvxBrushItem &rItem,
+ bool bSrchInParent = true) const;
virtual bool SetFmtAttr( const SfxPoolItem& rAttr );
virtual bool SetFmtAttr( const SfxItemSet& rSet );
virtual bool ResetFmtAttr( sal_uInt16 nWhich1, sal_uInt16 nWhich2 = 0 );