summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/Sidebar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/Sidebar.hxx')
-rw-r--r--include/sfx2/sidebar/Sidebar.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/Sidebar.hxx b/include/sfx2/sidebar/Sidebar.hxx
index b2808dd28b3d..427acf9c6c8b 100644
--- a/include/sfx2/sidebar/Sidebar.hxx
+++ b/include/sfx2/sidebar/Sidebar.hxx
@@ -21,7 +21,10 @@
#define INCLUDED_SFX2_SIDEBAR_SIDEBAR_HXX
#include <sfx2/dllapi.h>
-#include <com/sun/star/frame/XFrame.hpp>
+#include <rtl/ustring.hxx>
+
+namespace com::sun::star::frame { class XFrame; }
+namespace com::sun::star::uno { template <typename > class Reference; }
namespace sfx2 { namespace sidebar {