diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-09-10 22:13:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-09-10 23:04:36 +0200 |
commit | 62f489c88ea0067adb0f6762c6bc331c2c51005d (patch) | |
tree | 0eae979b4a6f0e72ff2a91f6a2ba2c3f4921fa98 /sw/source/uibase/shells/basesh.cxx | |
parent | 1a9293242b90920b24880cbc69406296cae581df (diff) |
loplugin:staticmethods
Change-Id: I00acce39f94653ef8e2465f15ba572b619a1c7fb
Diffstat (limited to 'sw/source/uibase/shells/basesh.cxx')
-rw-r--r-- | sw/source/uibase/shells/basesh.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/basesh.cxx b/sw/source/uibase/shells/basesh.cxx index 07eb9eed9e0e..92898c5c3696 100644 --- a/sw/source/uibase/shells/basesh.cxx +++ b/sw/source/uibase/shells/basesh.cxx @@ -1013,7 +1013,7 @@ void SwBaseShell::Execute(SfxRequest &rReq) else if (rSh.IsFrmSelected()) { SwFormatAnchor aAnc(eSet, rSh.GetPhyPageNum()); - SfxItemSet aSet(rSh.makeItemSetFromFormatAnchor(GetPool(), aAnc)); + SfxItemSet aSet(SwFEShell::makeItemSetFromFormatAnchor(GetPool(), aAnc)); rSh.SetFlyFrmAttr(aSet); } // if new anchor is 'as char' and it is a Math object and the usual |