[Libreoffice-commits] core.git: include/xmloff
Markus Mohrhard
markus.mohrhard at googlemail.com
Fri Sep 9 22:18:16 UTC 2016
include/xmloff/unoatrcn.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9f0bf2c32ae5adde6ec73a3eecdb108ab1457049
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sat Sep 10 00:15:04 2016 +0200
fix the build
Change-Id: I600d1820d95ecbd428bbda18b3a07ec225bd2db0
diff --git a/include/xmloff/unoatrcn.hxx b/include/xmloff/unoatrcn.hxx
index 7ba70ad..dc9e343 100644
--- a/include/xmloff/unoatrcn.hxx
+++ b/include/xmloff/unoatrcn.hxx
@@ -31,12 +31,12 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
+#include <xmloff/xmlcnimp.hxx>
+
#include <cppuhelper/implbase3.hxx>
extern css::uno::Reference< css::uno::XInterface > SvUnoAttributeContainer_CreateInstance();
-class SvXMLAttrContainerData;
-
class XMLOFF_DLLPUBLIC SvUnoAttributeContainer:
public ::cppu::WeakAggImplHelper3<
css::lang::XServiceInfo,
More information about the Libreoffice-commits
mailing list