diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 10:34:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-17 10:36:50 +0200 |
commit | 89ef4dea325a11c706ff9619ff4717124260f864 (patch) | |
tree | e174f40d127b6e334b3c24d331f31c7c30fb1876 /cui/source/tabpages/dstribut.cxx | |
parent | 956cb1f777db6eb4cec6fc4c4ed3b2fc87ee1672 (diff) |
loplugin:unusedmethods cui
Change-Id: I8a4cb855054c487d7a8307ad219f10b06db3248b
Diffstat (limited to 'cui/source/tabpages/dstribut.cxx')
-rw-r--r-- | cui/source/tabpages/dstribut.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cui/source/tabpages/dstribut.cxx b/cui/source/tabpages/dstribut.cxx index ac14dbd34f17..e3ae1cad9a63 100644 --- a/cui/source/tabpages/dstribut.cxx +++ b/cui/source/tabpages/dstribut.cxx @@ -100,18 +100,6 @@ void SvxDistributePage::dispose() } -/************************************************************************* -|* -|* create the tabpage -|* -\************************************************************************/ - -VclPtr<SfxTabPage> SvxDistributePage::Create(vcl::Window* pWindow, const SfxItemSet& rAttrs, - SvxDistributeHorizontal eHor, SvxDistributeVertical eVer) -{ - return VclPtr<SvxDistributePage>::Create(pWindow, rAttrs, eHor, eVer); -} - void SvxDistributePage::PointChanged(vcl::Window* /*pWindow*/, RECT_POINT /*eRP*/) { } |