Kaydet (Commit) 39ae696f authored tarafından Caolán McNamara's avatar Caolán McNamara

unused bInAppBASIC member

Change-Id: If7adfb573e4a7605953a2561fd280a5bc22b02fd
üst 04148c6f
...@@ -84,7 +84,6 @@ struct SfxShell_Impl: public SfxBroadcaster ...@@ -84,7 +84,6 @@ struct SfxShell_Impl: public SfxBroadcaster
// ViewFrame/ViewShell/SubShell list // ViewFrame/ViewShell/SubShell list
SfxViewFrame* pFrame; // Frame, if <UI-active> SfxViewFrame* pFrame; // Frame, if <UI-active>
SfxRepeatTarget* pRepeatTarget; // SbxObjectRef xParent; SfxRepeatTarget* pRepeatTarget; // SbxObjectRef xParent;
bool bInAppBASIC;
bool bActive; bool bActive;
sal_uIntPtr nDisableFlags; sal_uIntPtr nDisableFlags;
sal_uIntPtr nHelpId; sal_uIntPtr nHelpId;
...@@ -128,7 +127,6 @@ SfxShell::SfxShell() ...@@ -128,7 +127,6 @@ SfxShell::SfxShell()
pImp->pViewSh = 0; pImp->pViewSh = 0;
pImp->pFrame = 0; pImp->pFrame = 0;
pImp->pRepeatTarget = 0; pImp->pRepeatTarget = 0;
pImp->bInAppBASIC = false;
pImp->nHelpId = 0L; pImp->nHelpId = 0L;
pImp->bActive = false; pImp->bActive = false;
pImp->nDisableFlags = 0; pImp->nDisableFlags = 0;
...@@ -153,7 +151,6 @@ SfxShell::SfxShell( SfxViewShell *pViewSh ) ...@@ -153,7 +151,6 @@ SfxShell::SfxShell( SfxViewShell *pViewSh )
pImp->pViewSh = pViewSh; pImp->pViewSh = pViewSh;
pImp->pFrame = 0; pImp->pFrame = 0;
pImp->pRepeatTarget = 0; pImp->pRepeatTarget = 0;
pImp->bInAppBASIC = false;
pImp->nHelpId = 0L; pImp->nHelpId = 0L;
pImp->bActive = false; pImp->bActive = false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment