diff options
author | August Sodora <augsod@gmail.com> | 2011-12-21 08:37:20 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2011-12-21 08:37:43 -0500 |
commit | 073431d26d39216a7f5f85489ecd4eb60806ee88 (patch) | |
tree | 0d6a0de5b0b8caf39c035f98988d6de118ee25e8 /sfx2/inc | |
parent | 4a3ca24020bdaa956acbefd911e688917c7fa3dd (diff) |
More removal from TTProperties
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/dispatch.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/inc/sfx2/dispatch.hxx b/sfx2/inc/sfx2/dispatch.hxx index 0591d1fb5c9a..de657426dfc6 100644 --- a/sfx2/inc/sfx2/dispatch.hxx +++ b/sfx2/inc/sfx2/dispatch.hxx @@ -125,9 +125,6 @@ public: virtual ~SfxDispatcher(); - virtual sal_uInt16 ExecuteFunction( sal_uInt16 nSID, SfxPoolItem** ppArgs=0, sal_uInt16 nMode=0 ); - sal_uInt16 ExecuteFunction( sal_uInt16 nSID, const SfxItemSet& rArgs , sal_uInt16 nMode=0 ); - virtual void SetExecuteMode( sal_uInt16 ); const SfxPoolItem* Execute( sal_uInt16 nSlot, |