summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-07 16:42:18 +0200
committerNoel Grandin <noel@peralex.com>2014-04-15 09:02:31 +0200
commit8a81f542a6ca566661305c53899b7e422cbaa432 (patch)
treeb70ce405aab1c29856fa824493a664ba8ba27596 /include/xmloff
parent42bfd486a457d327f640263ccc3ee02a380f3566 (diff)
xmloff: sal_Bool->bool
Change-Id: I873c80baec8e70e3e8f642644563b92137571a30
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlreg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/xmlreg.hxx b/include/xmloff/xmlreg.hxx
index 7fa911d8234b..73b97dad469f 100644
--- a/include/xmloff/xmlreg.hxx
+++ b/include/xmloff/xmlreg.hxx
@@ -27,9 +27,9 @@
* Register subset of UNO services from XML Office library. This is necessary when
* linking against the static "xol.lib".
*
- * @return returns sal_False if at least one component could not be registered.
+ * @return returns false if at least one component could not be registered.
*/
-sal_Bool XMLRegisterServices( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > ); /// [all] ServiceProvider to register in.
+bool XMLRegisterServices( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > ); /// [all] ServiceProvider to register in.
#endif // INCLUDED_XMLOFF_XMLREG_HXX