summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/optpath.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-16 11:39:08 +0200
committerNoel Grandin <noel@peralex.com>2014-04-16 11:51:51 +0200
commit5b1b1e55ce492ceb1a907833f7073b46451760c6 (patch)
tree6f1ff57b2cb011702eb79c41d180063ab16d9463 /cui/source/inc/optpath.hxx
parentconnectivity: sal_Bool->bool (diff)
downloadcore-5b1b1e55ce492ceb1a907833f7073b46451760c6.tar.gz
core-5b1b1e55ce492ceb1a907833f7073b46451760c6.zip
cui: sal_Bool->bool
Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609
Diffstat (limited to 'cui/source/inc/optpath.hxx')
-rw-r--r--cui/source/inc/optpath.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index 15f276eca52a..5e1556cffc2a 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -64,7 +64,7 @@ private:
DECL_LINK( DialogClosedHdl, ::com::sun::star::ui::dialogs::DialogClosedEvent* );
void GetPathList( sal_uInt16 _nPathHandle, OUString& _rInternalPath,
- OUString& _rUserPath, OUString& _rWritablePath, sal_Bool& _rReadOnly );
+ OUString& _rUserPath, OUString& _rWritablePath, bool& _rReadOnly );
void SetPathList( sal_uInt16 _nPathHandle,
const OUString& _rUserPath, const OUString& _rWritablePath );