[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - ucbhelper/source
David Tardon
dtardon at redhat.com
Mon Feb 5 14:03:13 UTC 2018
ucbhelper/source/provider/contentinfo.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5c77726f88d1a04616bb177505a7733b0e008f5c
Author: David Tardon <dtardon at redhat.com>
Date: Sun Nov 5 20:41:03 2017 +0100
Related: rhbz#304121 one slash is enough
(cherry picked from commit 1bacce999d7dad91b1f87baaf09b08e6b4629fad)
Change-Id: I35fbca7592f3e17a071df567f691c62fe9232fc1
Reviewed-on: https://gerrit.libreoffice.org/49241
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Michael Stahl <mstahl at redhat.com>
diff --git a/ucbhelper/source/provider/contentinfo.cxx b/ucbhelper/source/provider/contentinfo.cxx
index 2ad3edc29d5d..cdbae40880fc 100644
--- a/ucbhelper/source/provider/contentinfo.cxx
+++ b/ucbhelper/source/provider/contentinfo.cxx
@@ -23,7 +23,7 @@
*************************************************************************/
#include <com/sun/star/beans/PropertyValue.hpp>
-#include <com/sun/star//ucb/UnsupportedCommandException.hpp>
+#include <com/sun/star/ucb/UnsupportedCommandException.hpp>
#include <com/sun/star/ucb/XPropertySetRegistry.hpp>
#include "osl/mutex.hxx"
More information about the Libreoffice-commits
mailing list