diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-02 03:03:03 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-05 11:23:51 +0300 |
commit | 8ac571d47045108d40ff6e6ff2128affeee402de (patch) | |
tree | 5345f6a647fcace0d53fb3025c6f80ddd7463582 /sc/source/ui/inc | |
parent | 81c4d3bd009d89af4ffd84a2ade00f1f919cf371 (diff) |
sc: Remove some dead slots
Change-Id: I92cfd5043c084d64fdfba3a1df817ee035388797
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/docsh.hxx | 3 | ||||
-rw-r--r-- | sc/source/ui/inc/tabvwsh.hxx | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx index 161979d89a68..de82e9377fe4 100644 --- a/sc/source/ui/inc/docsh.hxx +++ b/sc/source/ui/inc/docsh.hxx @@ -225,9 +225,6 @@ public: void AsciiSave( SvStream& rStream, const ScImportOptions& rOpt ); - void GetSbxState( SfxItemSet &rSet ); - static void GetDrawObjState( SfxItemSet &rSet ); - void Execute( SfxRequest& rReq ); void GetState( SfxItemSet &rSet ); void ExecutePageStyle ( SfxViewShell& rCaller, SfxRequest& rReq, SCTAB nCurTab ); diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx index 8e4067625fa8..08aeaaf85929 100644 --- a/sc/source/ui/inc/tabvwsh.hxx +++ b/sc/source/ui/inc/tabvwsh.hxx @@ -273,9 +273,6 @@ public: void ExecuteUndo(SfxRequest& rReq); void GetUndoState(SfxItemSet &rSet); - static void ExecuteSbx( SfxRequest& rReq ); - static void GetSbxState( SfxItemSet& rSet ); - void ExecuteObject(SfxRequest& rReq); void GetObjectState(SfxItemSet &rSet); |