diff options
Diffstat (limited to 'include/comphelper/namecontainer.hxx')
-rw-r--r-- | include/comphelper/namecontainer.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/comphelper/namecontainer.hxx b/include/comphelper/namecontainer.hxx index fd078c6e8630..3df8e1fc3e0b 100644 --- a/include/comphelper/namecontainer.hxx +++ b/include/comphelper/namecontainer.hxx @@ -20,10 +20,12 @@ #ifndef INCLUDED_COMPHELPER_NAMECONTAINER_HXX #define INCLUDED_COMPHELPER_NAMECONTAINER_HXX -#include <com/sun/star/uno/Type.hxx> -#include <com/sun/star/container/XNameContainer.hpp> +#include <com/sun/star/uno/Type.h> +#include <com/sun/star/uno/Reference.h> #include <comphelper/comphelperdllapi.h> +namespace com { namespace sun { namespace star { namespace container { class XNameContainer; } } } } + namespace comphelper { COMPHELPER_DLLPUBLIC css::uno::Reference< css::container::XNameContainer > |