summaryrefslogtreecommitdiff
path: root/sw/source/ui/envelp/labfmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/envelp/labfmt.hxx')
-rw-r--r--sw/source/ui/envelp/labfmt.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/envelp/labfmt.hxx b/sw/source/ui/envelp/labfmt.hxx
index db9826a0c429..9959db71a6a0 100644
--- a/sw/source/ui/envelp/labfmt.hxx
+++ b/sw/source/ui/envelp/labfmt.hxx
@@ -23,7 +23,7 @@
#include "labimg.hxx"
#include <vcl/msgbox.hxx>
#include <vcl/idle.hxx>
-class SwLabFmtPage;
+class SwLabFormatPage;
class SwLabPreview : public vcl::Window
{
@@ -65,7 +65,7 @@ public:
void UpdateItem(const SwLabItem& rItem);
};
-class SwLabFmtPage : public SfxTabPage
+class SwLabFormatPage : public SfxTabPage
{
VclPtr<FixedText> m_pMakeFI;
VclPtr<FixedText> m_pTypeFI;
@@ -98,8 +98,8 @@ class SwLabFmtPage : public SfxTabPage
using TabPage::DeactivatePage;
public:
- SwLabFmtPage(vcl::Window* pParent, const SfxItemSet& rSet);
- virtual ~SwLabFmtPage();
+ SwLabFormatPage(vcl::Window* pParent, const SfxItemSet& rSet);
+ virtual ~SwLabFormatPage();
virtual void dispose() SAL_OVERRIDE;
static VclPtr<SfxTabPage> Create(vcl::Window* pParent, const SfxItemSet* rSet);
@@ -120,14 +120,14 @@ class SwSaveLabelDlg : public ModalDialog
VclPtr<OKButton> m_pOKPB;
bool bSuccess;
- VclPtr<SwLabFmtPage> pLabPage;
+ VclPtr<SwLabFormatPage> pLabPage;
SwLabRec& rLabRec;
DECL_LINK(OkHdl, void *);
DECL_LINK(ModifyHdl, void *);
public:
- SwSaveLabelDlg(SwLabFmtPage* pParent, SwLabRec& rRec);
+ SwSaveLabelDlg(SwLabFormatPage* pParent, SwLabRec& rRec);
virtual ~SwSaveLabelDlg();
virtual void dispose() SAL_OVERRIDE;