diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-10 15:10:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-10 16:09:26 +0100 |
commit | d961c9273104f552a8207e63c33e33f1e265565d (patch) | |
tree | a84f51eeb5833131e0191e285dbfd8b368e3d020 /sw/inc | |
parent | 8ac129a59b237e561b0884a2643030c2ce1175dd (diff) |
split out useful code as standalone makeItemSetFromFormatAnchor
Change-Id: I385549b4841dfc715aa984bcc257d78c9f1c3ed4
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fesh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 317b2f80ab41..6e66129623b7 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -380,6 +380,7 @@ public: bool IsFrmSelected() const; bool GetFlyFrmAttr( SfxItemSet &rSet ) const; bool SetFlyFrmAttr( SfxItemSet &rSet ); + SfxItemSet makeItemSetFromFormatAnchor(SfxItemPool& rPool, const SwFormatAnchor &rAnchor) const; bool ResetFlyFrmAttr( sal_uInt16 nWhich, const SfxItemSet* pSet = 0 ); const SwFrameFormat *NewFlyFrm( const SfxItemSet &rSet, bool bAnchValid = false, SwFrameFormat *pParent = 0 ); |