summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/DeckLayouter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/DeckLayouter.hxx')
-rw-r--r--include/sfx2/sidebar/DeckLayouter.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/include/sfx2/sidebar/DeckLayouter.hxx b/include/sfx2/sidebar/DeckLayouter.hxx
index 27a94dd7b3e9..1208fb94c164 100644
--- a/include/sfx2/sidebar/DeckLayouter.hxx
+++ b/include/sfx2/sidebar/DeckLayouter.hxx
@@ -21,19 +21,12 @@
#include <sfx2/sidebar/Panel.hxx>
-#include <tools/gen.hxx>
-
-#include <com/sun/star/ui/LayoutSize.hpp>
-
-#include <vector>
-
class ScrollBar;
namespace vcl { class Window; }
+namespace tools { class Rectangle; }
namespace sfx2 { namespace sidebar {
-class Panel;
-
/** Helper for layouting the direct and indirect children of a
deck like title bars, panels, and scroll bars.
*/