summaryrefslogtreecommitdiff
path: root/include/unotools/configpaths.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-19 12:30:34 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-19 12:47:07 +0100
commit973b47a336b239cc92f1789013d28e5bd55f859f (patch)
tree6481f2803208409896aecf6745239cf07953baab /include/unotools/configpaths.hxx
parent9ad3fc29dd98167c35fcb599da0b4e764ddf04dd (diff)
unotools: sal_Bool -> bool
Change-Id: I8051c0756e0474a5b4f748e0aa15a9922e82ea97
Diffstat (limited to 'include/unotools/configpaths.hxx')
-rw-r--r--include/unotools/configpaths.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/configpaths.hxx b/include/unotools/configpaths.hxx
index 20f3a20e3de6..c8a1f1b3b8a2 100644
--- a/include/unotools/configpaths.hxx
+++ b/include/unotools/configpaths.hxx
@@ -52,7 +52,7 @@ namespace utl
<FALSE/>, if the path was a one-level path or an invalid path
*/
- UNOTOOLS_DLLPUBLIC sal_Bool splitLastFromConfigurationPath(OUString const& _sInPath,
+ UNOTOOLS_DLLPUBLIC bool splitLastFromConfigurationPath(OUString const& _sInPath,
OUString& _rsOutPath,
OUString& _rsLocalName);
@@ -98,7 +98,7 @@ namespace utl
If both paths are equal <TRUE/> is returned.
*/
- sal_Bool isPrefixOfConfigurationPath(OUString const& _sNestedPath,
+ bool isPrefixOfConfigurationPath(OUString const& _sNestedPath,
OUString const& _sPrefixPath);
//----------------------------------------------------------------------------