diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-01-15 18:18:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-01-16 11:39:03 +0100 |
commit | fb8f3fac70ecfcc2b8612dbf71308cbea39ca789 (patch) | |
tree | bd40d8a8c01caabfefdbf3a2ae1838f03d044fb6 /cppuhelper/source/paths.hxx | |
parent | 9e2972dbf1a9526f30ffd3e001a6eaf473d76ae9 (diff) |
get_this_libpath only used in paths.cxx
Change-Id: I60bbb6fce36d20d476adc963ad2182f71e9c19c7
Diffstat (limited to 'cppuhelper/source/paths.hxx')
-rw-r--r-- | cppuhelper/source/paths.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppuhelper/source/paths.hxx b/cppuhelper/source/paths.hxx index bba083346b5e..37772d5a3f0c 100644 --- a/cppuhelper/source/paths.hxx +++ b/cppuhelper/source/paths.hxx @@ -27,8 +27,6 @@ namespace rtl { class OUString; } namespace cppu { -rtl::OUString get_this_libpath(); - rtl::OUString getUnoIniUri(); bool nextDirectoryItem(osl::Directory & directory, rtl::OUString * url); |