summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/inputwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/inputwin.hxx')
-rw-r--r--sw/source/uibase/inc/inputwin.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/sw/source/uibase/inc/inputwin.hxx b/sw/source/uibase/inc/inputwin.hxx
index 3d5dba6ed3e1..13154efc3c5a 100644
--- a/sw/source/uibase/inc/inputwin.hxx
+++ b/sw/source/uibase/inc/inputwin.hxx
@@ -53,13 +53,12 @@ friend class InputEdit;
SwFieldMgr* pMgr;
SwWrtShell* pWrtShell;
SwView* pView;
- SfxBindings* pBindings;
OUString aAktTableName, sOldFormula;
- bool bFirst : 1; // initialisations at first call
- bool bActive : 1; // for hide/show when switching documents
- bool bIsTable : 1;
- bool bDelSel : 1;
+ bool bFirst : 1; // initialisations at first call
+ bool bActive : 1; // for hide/show when switching documents
+ bool bIsTable : 1;
+ bool bDelSel : 1;
bool m_bDoesUndo : 1;
bool m_bResetUndo : 1;
bool m_bCallUndo : 1;
@@ -80,18 +79,14 @@ protected:
void CancelFormula();
public:
- SwInputWindow( vcl::Window* pParent, SfxBindings* pBindings );
+ SwInputWindow( vcl::Window* pParent );
virtual ~SwInputWindow();
virtual void dispose() SAL_OVERRIDE;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
- void SelectHdl( ToolBox*);
-
void ShowWin();
- bool IsActive(){ return bActive; };
-
DECL_LINK( SelTableCellsNotify, SwWrtShell * );
void SetFormula( const OUString& rFormula, bool bDelSel = true );