From 6aa35db39311dcd7965c9c9c21fcf4143a1f9b43 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 25 Apr 2014 14:00:35 +0200 Subject: sw: sal_Bool->bool Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8 --- sw/inc/unofieldcoll.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/unofieldcoll.hxx') diff --git a/sw/inc/unofieldcoll.hxx b/sw/inc/unofieldcoll.hxx index 6465c46b804e..65345c29e9a5 100644 --- a/sw/inc/unofieldcoll.hxx +++ b/sw/inc/unofieldcoll.hxx @@ -43,7 +43,7 @@ protected: public: SwXTextFieldMasters(SwDoc* pDoc); - static sal_Bool getInstanceName(const SwFieldType& rFldType, OUString& rName); + static bool getInstanceName(const SwFieldType& rFldType, OUString& rName); // XServiceInfo virtual OUString SAL_CALL getImplementationName() -- cgit