diff options
Diffstat (limited to 'sc/source/ui/inc/tabvwsh.hxx')
-rw-r--r-- | sc/source/ui/inc/tabvwsh.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx index aa22c2ffabb9..346f66fcef65 100644 --- a/sc/source/ui/inc/tabvwsh.hxx +++ b/sc/source/ui/inc/tabvwsh.hxx @@ -89,7 +89,6 @@ enum ObjectSelectionType OST_Media }; - class ScTabViewShell: public SfxViewShell, public ScDBFunc { private: @@ -152,7 +151,6 @@ private: bool bFormShellAtTop; // does the FormShell need to be on top? - bool bDontSwitch; // Don't turn off EditShell bool bInFormatDialog; // for GetSelectionText bool bPrintSelected; // for result of SvxPrtQryBox @@ -315,7 +313,6 @@ public: bool GetDontSwitch(){return bDontSwitch;} void SetDontSwitch(bool bFlag){bDontSwitch=bFlag;} - void SetAuditShell( bool bActive ); void SetDrawFormShell( bool bActive ); void SetEditShell(EditView* pView, bool bActive ); @@ -324,7 +321,6 @@ public: void SetGraphicShell( bool bActive ); void SetMediaShell( bool bActive ); - void SetDrawShellOrSub(); void SetCurSubShell( ObjectSelectionType eOST, bool bForce = false ); @@ -424,7 +420,6 @@ public: void SetForceFocusOnCurCell(bool bFlag) { bForceFocusOnCurCell=bFlag; } }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |