cppuhelper/source/paths.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a6a447b08dd3959747181fe5350db68acc8c7481
Author: brainbreaker <gautamprajapat...@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 <c...@libreoffice.org>
    Reviewed-by: Miklos Vajna <vmik...@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() {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to