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.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/uibase/inc/inputwin.hxx b/sw/source/uibase/inc/inputwin.hxx
index 6a1edfc684c4..3d5dba6ed3e1 100644
--- a/sw/source/uibase/inc/inputwin.hxx
+++ b/sw/source/uibase/inc/inputwin.hxx
@@ -25,7 +25,7 @@
#include <sfx2/childwin.hxx>
-class SwFldMgr;
+class SwFieldMgr;
class SwWrtShell;
class SwView;
class SfxDispatcher;
@@ -37,7 +37,7 @@ public:
Edit(pParent , nStyle){}
void UpdateRange(const OUString& aSel,
- const OUString& aTblName );
+ const OUString& aTableName );
protected:
virtual void KeyInput( const KeyEvent& ) SAL_OVERRIDE;
@@ -50,11 +50,11 @@ friend class InputEdit;
VclPtr<Edit> aPos;
VclPtr<InputEdit> aEdit;
PopupMenu aPopMenu;
- SwFldMgr* pMgr;
+ SwFieldMgr* pMgr;
SwWrtShell* pWrtShell;
SwView* pView;
SfxBindings* pBindings;
- OUString aAktTableName, sOldFml;
+ OUString aAktTableName, sOldFormula;
bool bFirst : 1; // initialisations at first call
bool bActive : 1; // for hide/show when switching documents
@@ -66,7 +66,7 @@ friend class InputEdit;
void CleanupUglyHackWithUndo();
- void DelBoxCntnt();
+ void DelBoxContent();
DECL_LINK( ModifyHdl, void* );
using Window::IsActive;
@@ -92,7 +92,7 @@ public:
bool IsActive(){ return bActive; };
- DECL_LINK( SelTblCellsNotify, SwWrtShell * );
+ DECL_LINK( SelTableCellsNotify, SwWrtShell * );
void SetFormula( const OUString& rFormula, bool bDelSel = true );
const SwView* GetView() const{return pView;}