summaryrefslogtreecommitdiff
path: root/cui/source/inc/macroass.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-17 10:34:58 +0200
committerNoel Grandin <noel@peralex.com>2015-07-17 10:36:50 +0200
commit89ef4dea325a11c706ff9619ff4717124260f864 (patch)
treee174f40d127b6e334b3c24d331f31c7c30fb1876 /cui/source/inc/macroass.hxx
parent956cb1f777db6eb4cec6fc4c4ed3b2fc87ee1672 (diff)
loplugin:unusedmethods cui
Change-Id: I8a4cb855054c487d7a8307ad219f10b06db3248b
Diffstat (limited to 'cui/source/inc/macroass.hxx')
-rw-r--r--cui/source/inc/macroass.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/cui/source/inc/macroass.hxx b/cui/source/inc/macroass.hxx
index 9cb85a13414a..eb54a55335fc 100644
--- a/cui/source/inc/macroass.hxx
+++ b/cui/source/inc/macroass.hxx
@@ -61,9 +61,6 @@ public:
void AddEvent( const OUString & rEventName, sal_uInt16 nEventId );
- const SvxMacroTableDtor& GetMacroTable() const;
- void SetMacroTable( const SvxMacroTableDtor& rTbl );
-
void ScriptChanged();
virtual void PageCreated (const SfxAllItemSet& aSet) SAL_OVERRIDE;
using TabPage::ActivatePage; // FIXME WTF is this nonsense?
@@ -77,16 +74,6 @@ public:
bool IsReadOnly() const SAL_OVERRIDE;
};
-inline const SvxMacroTableDtor& _SfxMacroTabPage::GetMacroTable() const
-{
- return aTbl;
-}
-
-inline void _SfxMacroTabPage::SetMacroTable( const SvxMacroTableDtor& rTbl )
-{
- aTbl = rTbl;
-}
-
class SfxMacroTabPage : public _SfxMacroTabPage
{
public: