summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-10 22:13:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-10 23:04:36 +0200
commit62f489c88ea0067adb0f6762c6bc331c2c51005d (patch)
tree0eae979b4a6f0e72ff2a91f6a2ba2c3f4921fa98 /sw/inc
parent1a9293242b90920b24880cbc69406296cae581df (diff)
loplugin:staticmethods
Change-Id: I00acce39f94653ef8e2465f15ba572b619a1c7fb
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fesh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx
index 6e66129623b7..2cda774138d0 100644
--- a/sw/inc/fesh.hxx
+++ b/sw/inc/fesh.hxx
@@ -380,7 +380,7 @@ public:
bool IsFrmSelected() const;
bool GetFlyFrmAttr( SfxItemSet &rSet ) const;
bool SetFlyFrmAttr( SfxItemSet &rSet );
- SfxItemSet makeItemSetFromFormatAnchor(SfxItemPool& rPool, const SwFormatAnchor &rAnchor) const;
+ static SfxItemSet makeItemSetFromFormatAnchor(SfxItemPool& rPool, const SwFormatAnchor &rAnchor);
bool ResetFlyFrmAttr( sal_uInt16 nWhich, const SfxItemSet* pSet = 0 );
const SwFrameFormat *NewFlyFrm( const SfxItemSet &rSet, bool bAnchValid = false,
SwFrameFormat *pParent = 0 );