summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-06-30 13:09:49 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-06-30 13:22:19 +0200
commitfc98acd38c3ab26c1e0d3d72556123cc40522bff (patch)
treebca2662b2d73fa9f11e40b49601f1cae74e98d4c /cui
parentf8c0e13ba28172b8c61ea2a5085f1abf46a33936 (diff)
remove unused and non-working methods
cui/source/inc/macroass.hxx and include/sfx2/macropg.hxx seem to be duplicates Change-Id: I7df15a2ac97aff92449d40045c55de811bd701f2
Diffstat (limited to 'cui')
-rw-r--r--cui/source/inc/macroass.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/inc/macroass.hxx b/cui/source/inc/macroass.hxx
index 72ccce65b6b8..e2fc52ad3d16 100644
--- a/cui/source/inc/macroass.hxx
+++ b/cui/source/inc/macroass.hxx
@@ -63,7 +63,6 @@ public:
const SvxMacroTableDtor& GetMacroTbl() const;
void SetMacroTbl( const SvxMacroTableDtor& rTbl );
- void ClearMacroTbl();
virtual void ScriptChanged();
virtual void PageCreated (SfxAllItemSet aSet);
@@ -88,11 +87,6 @@ inline void _SfxMacroTabPage::SetMacroTbl( const SvxMacroTableDtor& rTbl )
aTbl = rTbl;
}
-inline void _SfxMacroTabPage::ClearMacroTbl()
-{
- aTbl.clear();
-}
-
class SfxMacroTabPage : public _SfxMacroTabPage
{
public: