sfx2/source/doc/docfile.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit b7311a04807932a164ac891715e39314fa00fe81
Author:     Michael Stahl <[email protected]>
AuthorDate: Sat Dec 1 11:26:03 2018 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Mon Dec 3 00:49:07 2018 +0100

    sfx2: fix Android build, check HAVE_FEATURE_MULTIUSER_ENVIRONMENT
    
    Change-Id: I2d78f35898cc514b20500018a7d360e3c78127aa
    (cherry picked from commit 2452c3f008fa8cb4f4a88dace1c7d204f775d3f1)

diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 89ccdfcecbab..0473f61397ee 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -166,10 +166,12 @@ bool IsLockingUsed()
 
 #endif
 
+#if HAVE_FEATURE_MULTIUSER_ENVIRONMENT
 bool IsWebDAVLockingUsed()
 {
     return officecfg::Office::Common::Misc::UseWebDAVFileLocking::get();
 }
+#endif
 
 } // anonymous namespace
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to