summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfx2/source/control/shell.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx
index badc24fd33bf..9c741c852165 100644
--- a/sfx2/source/control/shell.cxx
+++ b/sfx2/source/control/shell.cxx
@@ -84,7 +84,6 @@ struct SfxShell_Impl: public SfxBroadcaster
// ViewFrame/ViewShell/SubShell list
SfxViewFrame* pFrame; // Frame, if <UI-active>
SfxRepeatTarget* pRepeatTarget; // SbxObjectRef xParent;
- bool bInAppBASIC;
bool bActive;
sal_uIntPtr nDisableFlags;
sal_uIntPtr nHelpId;
@@ -128,7 +127,6 @@ SfxShell::SfxShell()
pImp->pViewSh = 0;
pImp->pFrame = 0;
pImp->pRepeatTarget = 0;
- pImp->bInAppBASIC = false;
pImp->nHelpId = 0L;
pImp->bActive = false;
pImp->nDisableFlags = 0;
@@ -153,7 +151,6 @@ SfxShell::SfxShell( SfxViewShell *pViewSh )
pImp->pViewSh = pViewSh;
pImp->pFrame = 0;
pImp->pRepeatTarget = 0;
- pImp->bInAppBASIC = false;
pImp->nHelpId = 0L;
pImp->bActive = false;
}