[Libreoffice-commits] core.git: cppuhelper/source
brainbreaker
gautamprajapati06 at gmail.com
Tue Jun 20 15:04:56 UTC 2017
cppuhelper/source/paths.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit a6a447b08dd3959747181fe5350db68acc8c7481
Author: brainbreaker <gautamprajapati06 at gmail.com>
Date: Tue Jun 20 15:50:21 2017 +0530
android:Supress the Clang's unneeded-internal-declaration warning
Change-Id: I76359e98a41206f914c3c05149f0a7eeeff1acc8
Reviewed-on: https://gerrit.libreoffice.org/39007
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/cppuhelper/source/paths.cxx b/cppuhelper/source/paths.cxx
index f96044bd3c24..7add3ac72de7 100644
--- a/cppuhelper/source/paths.cxx
+++ b/cppuhelper/source/paths.cxx
@@ -36,6 +36,7 @@
namespace {
+#ifndef ANDROID
rtl::OUString get_this_libpath() {
static rtl::OUString s_uri;
if (s_uri.isEmpty()) {
@@ -55,7 +56,7 @@ rtl::OUString get_this_libpath() {
}
return s_uri;
}
-
+#endif
}
rtl::OUString cppu::getUnoIniUri() {
More information about the Libreoffice-commits
mailing list