summaryrefslogtreecommitdiff
path: root/cppuhelper/source/paths.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/paths.hxx')
-rw-r--r--cppuhelper/source/paths.hxx14
1 files changed, 8 insertions, 6 deletions
diff --git a/cppuhelper/source/paths.hxx b/cppuhelper/source/paths.hxx
index 9ce486fa772a..c1e3724c0aa1 100644
--- a/cppuhelper/source/paths.hxx
+++ b/cppuhelper/source/paths.hxx
@@ -22,16 +22,18 @@
#include <sal/config.h>
#include <rtl/ustring.hxx>
-namespace osl { class Directory; }
-
-namespace cppu {
+namespace osl
+{
+class Directory;
+}
+namespace cppu
+{
OUString getUnoIniUri();
-bool nextDirectoryItem(osl::Directory & directory, OUString * url);
-
-void decodeRdbUri(OUString * uri, bool * optional, bool * directory);
+bool nextDirectoryItem(osl::Directory& directory, OUString* url);
+void decodeRdbUri(OUString* uri, bool* optional, bool* directory);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */