diff options
Diffstat (limited to 'sw/inc/unofieldcoll.hxx')
-rw-r--r-- | sw/inc/unofieldcoll.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unofieldcoll.hxx b/sw/inc/unofieldcoll.hxx index 1d1fbb1701a2..1b1cab829262 100644 --- a/sw/inc/unofieldcoll.hxx +++ b/sw/inc/unofieldcoll.hxx @@ -43,7 +43,7 @@ protected: public: SwXTextFieldMasters(SwDoc* pDoc); - static bool getInstanceName(const SwFieldType& rFldType, OUString& rName); + static bool getInstanceName(const SwFieldType& rFieldType, OUString& rName); // XServiceInfo virtual OUString SAL_CALL getImplementationName() |