summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabvwsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tabvwsh.hxx')
-rw-r--r--sc/source/ui/inc/tabvwsh.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/sc/source/ui/inc/tabvwsh.hxx b/sc/source/ui/inc/tabvwsh.hxx
index 24c9c83fd20e..cb1819b4344a 100644
--- a/sc/source/ui/inc/tabvwsh.hxx
+++ b/sc/source/ui/inc/tabvwsh.hxx
@@ -95,9 +95,8 @@ class SC_DLLPUBLIC ScTabViewShell: public SfxViewShell, public ScDBFunc
private:
SvxHtmlOptions aHTMLOpt;
ObjectSelectionType eCurOST;
- sal_uInt16 nDrawSfxId;
- sal_uInt16 nCtrlSfxId;
- sal_uInt16 nFormSfxId;
+ sal_uInt16 nDrawSfxId;
+ sal_uInt16 nFormSfxId;
OUString sDrawCustom; // current custom shape type
ScDrawShell* pDrawShell;
ScDrawTextObjectBar* pDrawTextShell;
@@ -149,18 +148,14 @@ private:
bool bDontSwitch; // Don't turn off EditShell
bool bInFormatDialog; // for GetSelectionText
- bool bPrintSelected; // for result of SvxPrtQryBox
bool bReadOnly; // to detect status changes
bool bIsActive;
- SbxObject* pScSbxObject;
-
bool bChartAreaValid; // if chart is drawn
bool bForceFocusOnCurCell; // #i123629#
- OUString aEditChartName;
ScRangeListRef aChartSource;
Rectangle aChartPos;
SCTAB nChartDestTab;