summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unofield.hxx
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-20 13:05:49 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-20 13:05:49 +0200
commitab465b90f6c6da5595393a0ba73f33a1e71a2b65 (patch)
tree36b77192de2799a11b4bf0b269cb3f74d0a0bb1f /sw/source/core/inc/unofield.hxx
parent0db96caf0fcce09b87621c11b584a6d81cc7df86 (diff)
bin/rename-sw-abbreviations.sh libreoffice-5-0-branch-point
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
Diffstat (limited to 'sw/source/core/inc/unofield.hxx')
-rw-r--r--sw/source/core/inc/unofield.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/inc/unofield.hxx b/sw/source/core/inc/unofield.hxx
index 3b30ee143793..b2aa572d9cdb 100644
--- a/sw/source/core/inc/unofield.hxx
+++ b/sw/source/core/inc/unofield.hxx
@@ -32,7 +32,7 @@
class SwFieldType;
class SwDoc;
-class SwFmtFld;
+class SwFormatField;
class SwField;
class SwSetExpField;
class SwTextAPIObject;
@@ -67,9 +67,9 @@ public:
sal_uInt16 nResId = 0xFFFF);
static OUString GetProgrammaticName(const SwFieldType& rType, SwDoc& rDoc);
- static OUString LocalizeFormula(const SwSetExpField& rFld, const OUString& rFormula, bool bQuery);
+ static OUString LocalizeFormula(const SwSetExpField& rField, const OUString& rFormula, bool bQuery);
- SwFieldType* GetFldType(bool bDontCreate = false) const;
+ SwFieldType* GetFieldType(bool bDontCreate = false) const;
static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId();
@@ -167,7 +167,7 @@ private:
virtual ~SwXTextField();
- SwXTextField(SwFmtFld& rFmt, SwDoc & rDoc);
+ SwXTextField(SwFormatField& rFormat, SwDoc & rDoc);
/// descriptor
SwXTextField(sal_uInt16 nServiceId, SwDoc* pDoc=0);
@@ -177,7 +177,7 @@ public:
/// @return an SwXTextField, either an already existing one or a new one
static ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextField>
- CreateXTextField(SwDoc * pDoc, SwFmtFld const* pFmt,
+ CreateXTextField(SwDoc * pDoc, SwFormatField const* pFormat,
sal_uInt16 nServiceId = 0xFFFF);
static const ::com::sun::star::uno::Sequence< sal_Int8 > & getUnoTunnelId();