diff options
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r-- | sw/inc/unotxdoc.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index bf33086b75a8..bc4d7176fd8a 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -55,7 +55,6 @@ #include <com/sun/star/text/XFlatParagraphIteratorProvider.hpp> #include <com/sun/star/document/XDocumentLanguages.hpp> #include <com/sun/star/util/XCloneable.hpp> -#include <com/sun/star/uno/XAggregation.hpp> #include <o3tl/deleter.hxx> #include <rtl/ref.hxx> #include <svx/fmdmod.hxx> @@ -85,6 +84,8 @@ class SfxItemPropertySet; namespace com { namespace sun { namespace star { namespace container { class XNameContainer; } } } } namespace com { namespace sun { namespace star { namespace frame { class XController; } } } } namespace com { namespace sun { namespace star { namespace lang { struct Locale; } } } } +namespace com { namespace sun { namespace star { namespace uno { class XAggregation; } } } } + namespace com { namespace sun { namespace star { namespace util { class XReplaceDescriptor; } } } } typedef cppu::WeakImplHelper |