include/xmloff/unoatrcn.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 9f0bf2c32ae5adde6ec73a3eecdb108ab1457049 Author: Markus Mohrhard <[email protected]> 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, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
