[Libreoffice-commits] core.git: embedserv/source
Noel Grandin
noel at peralex.com
Mon Jan 25 04:33:11 PST 2016
embedserv/source/embed/intercept.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f719e15c0e999a48e69412606ca1c47a8fbf00a7
Author: Noel Grandin <noel at peralex.com>
Date: Mon Jan 25 14:31:51 2016 +0200
more Windows build fixes
after my OInterfaceContainer2 change
Change-Id: Ic365cf09631ff58c7d1b54795e7024923ebe02d1
diff --git a/embedserv/source/embed/intercept.cxx b/embedserv/source/embed/intercept.cxx
index 39b4126..bd4d288 100644
--- a/embedserv/source/embed/intercept.cxx
+++ b/embedserv/source/embed/intercept.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <cppuhelper/weak.hxx>
-#include <cppuhelper/interfacecontainer.h>
+#include <cppuhelper/interfacecontainer.hxx>
#include <embeddoc.hxx>
#include <docholder.hxx>
More information about the Libreoffice-commits
mailing list