summaryrefslogtreecommitdiff
path: root/include/ucbhelper/contentinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/contentinfo.hxx')
-rw-r--r--include/ucbhelper/contentinfo.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/contentinfo.hxx b/include/ucbhelper/contentinfo.hxx
index b69f75d1e8b5..b6d2bad87e65 100644
--- a/include/ucbhelper/contentinfo.hxx
+++ b/include/ucbhelper/contentinfo.hxx
@@ -22,13 +22,13 @@
#include <memory>
#include <com/sun/star/ucb/XCommandInfo.hpp>
-#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <cppuhelper/weak.hxx>
#include <osl/mutex.hxx>
-#include <ucbhelper/macros.hxx>
+
+namespace com { namespace sun { namespace star { namespace ucb { class XCommandEnvironment; } } } }
namespace ucbhelper {