summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/fldtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/fldtdlg.hxx')
-rw-r--r--sw/source/uibase/inc/fldtdlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/fldtdlg.hxx b/sw/source/uibase/inc/fldtdlg.hxx
index 71883a0f7119..cab774e12dd0 100644
--- a/sw/source/uibase/inc/fldtdlg.hxx
+++ b/sw/source/uibase/inc/fldtdlg.hxx
@@ -25,7 +25,7 @@ class SfxTabPage;
class SwChildWinWrapper;
struct SfxChildWinInfo;
-class SwFldDlg: public SfxTabDialog
+class SwFieldDlg: public SfxTabDialog
{
SwChildWinWrapper* m_pChildWin;
SfxBindings* m_pBindings;
@@ -47,8 +47,8 @@ class SwFldDlg: public SfxTabDialog
bool bOnlyActivate = false );
public:
- SwFldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, vcl::Window *pParent);
- virtual ~SwFldDlg();
+ SwFieldDlg(SfxBindings* pB, SwChildWinWrapper* pCW, vcl::Window *pParent);
+ virtual ~SwFieldDlg();
DECL_LINK(OKHdl, void *);
DECL_LINK(CancelHdl, void *);