diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-10 00:15:04 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-09-10 00:15:04 +0200 |
commit | 9f0bf2c32ae5adde6ec73a3eecdb108ab1457049 (patch) | |
tree | 2f7d6167bca54f8123f6479a340ac7be4ebbfd61 | |
parent | 983e03a7d81c0ab24782b28ab899452fa6fd99ac (diff) |
fix the build
Change-Id: I600d1820d95ecbd428bbda18b3a07ec225bd2db0
-rw-r--r-- | include/xmloff/unoatrcn.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/unoatrcn.hxx b/include/xmloff/unoatrcn.hxx index 7ba70ad7ae25..dc9e34301637 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, |