diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-26 18:12:44 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 13:34:28 +0200 |
commit | 3ed25cd90ec3ef3d9f2d278e8dbff3a29ce06606 (patch) | |
tree | 03f1e71644d1153d68964a1e8b0ccf983f6d3f90 /toolkit/inc | |
parent | 6fcac7dfc4f2ad85e08aea781cfab28443e3781e (diff) |
Remove an unused header
All of these definitions are unused. So remove it.
Change-Id: I831073dfe21684983bf5f8122af941a3ce3a2737
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/awt/vclxtabpagemodel.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxtabpagemodel.hxx b/toolkit/inc/toolkit/awt/vclxtabpagemodel.hxx index 3895ae0dfea8..9f0ab633e203 100644 --- a/toolkit/inc/toolkit/awt/vclxtabpagemodel.hxx +++ b/toolkit/inc/toolkit/awt/vclxtabpagemodel.hxx @@ -40,7 +40,6 @@ #include <toolkit/controls/unocontrolmodel.hxx> #include <com/sun/star/awt/tab/XTabPageModel.hpp> #include <com/sun/star/awt/tab/XTabPage.hpp> -#include "forward.hxx" #include <cppuhelper/implbase1.hxx> // ---------------------------------------------------- typedef ::cppu::AggImplInheritanceHelper1 < UnoControlModel, |