summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-02 20:33:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-02 21:07:54 +0000
commitd41b8ac9e53d3cbe05bed171f27c76cc01ea742f (patch)
treea815b1b04df4121cd7b2e1ea15c55b6356210e13 /cui
parentfbf7b31f17243b58097aedd2a990ecaf301b341f (diff)
callcatcher: shave off a few more
Change-Id: Ie48cf7f89c8c826e56409c2493e1e1250086f10a
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/sdrcelldlg.cxx4
-rw-r--r--cui/source/inc/sdrcelldlg.hxx3
2 files changed, 0 insertions, 7 deletions
diff --git a/cui/source/dialogs/sdrcelldlg.cxx b/cui/source/dialogs/sdrcelldlg.cxx
index 48d4e446ff2f..392d9fb6cf80 100644
--- a/cui/source/dialogs/sdrcelldlg.cxx
+++ b/cui/source/dialogs/sdrcelldlg.cxx
@@ -66,8 +66,4 @@ void SvxFormatCellsDialog::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
SfxTabDialog::PageCreated( nId, rPage );
}
-void SvxFormatCellsDialog::Apply()
-{
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/inc/sdrcelldlg.hxx b/cui/source/inc/sdrcelldlg.hxx
index 1e7146aca101..08805058dbb8 100644
--- a/cui/source/inc/sdrcelldlg.hxx
+++ b/cui/source/inc/sdrcelldlg.hxx
@@ -38,9 +38,6 @@ private:
sal_uInt16 m_nAreaPageId;
sal_uInt16 m_nBorderPageId;
-protected:
- void Apply();
-
public:
SvxFormatCellsDialog( vcl::Window* pParent, const SfxItemSet* pAttr, SdrModel* pModel );