summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/tblnumfm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/tblnumfm.hxx')
-rw-r--r--sw/source/uibase/inc/tblnumfm.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/tblnumfm.hxx b/sw/source/uibase/inc/tblnumfm.hxx
index 713084bea011..e7c1411acca4 100644
--- a/sw/source/uibase/inc/tblnumfm.hxx
+++ b/sw/source/uibase/inc/tblnumfm.hxx
@@ -24,10 +24,10 @@
namespace vcl { class Window; }
class SfxItemSet;
-class SwNumFmtDlg : public SfxSingleTabDialog
+class SwNumFormatDlg : public SfxSingleTabDialog
{
public:
- SwNumFmtDlg(vcl::Window* pParent, const SfxItemSet& rSet);
+ SwNumFormatDlg(vcl::Window* pParent, const SfxItemSet& rSet);
};
#endif