From ab465b90f6c6da5595393a0ba73f33a1e71a2b65 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Wed, 20 May 2015 13:05:49 +0200 Subject: bin/rename-sw-abbreviations.sh renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9 --- sw/source/ui/fldui/flddb.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/source/ui/fldui/flddb.hxx') diff --git a/sw/source/ui/fldui/flddb.hxx b/sw/source/ui/fldui/flddb.hxx index c8328c445b03..0ac7f4c37768 100644 --- a/sw/source/ui/fldui/flddb.hxx +++ b/sw/source/ui/fldui/flddb.hxx @@ -30,7 +30,7 @@ #include "fldpage.hxx" -class SwFldDBPage : public SwFldPage +class SwFieldDBPage : public SwFieldPage { VclPtr m_pTypeLB; VclPtr m_pDatabaseTLB; @@ -62,15 +62,15 @@ class SwFldDBPage : public SwFldPage void CheckInsert(); - using SwFldPage::SetWrtShell; + using SwFieldPage::SetWrtShell; protected: virtual sal_uInt16 GetGroup() SAL_OVERRIDE; public: - SwFldDBPage(vcl::Window* pParent, const SfxItemSet& rSet); + SwFieldDBPage(vcl::Window* pParent, const SfxItemSet& rSet); - virtual ~SwFldDBPage(); + virtual ~SwFieldDBPage(); virtual void dispose() SAL_OVERRIDE; static VclPtr Create(vcl::Window* pParent, const SfxItemSet* rAttrSet); -- cgit v1.2.3