summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-25 15:39:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-26 09:50:10 +0100
commitbd1cac5a9656741ad1b54df1fb740b989b77b78f (patch)
treed658e50ca06b29444cfd785bf9874f7adf1532bd /extensions
parent3339c730f8c9a6088a2e8b335185f1bf0b232216 (diff)
drop some unnecessary includes
Change-Id: I4a45110e69fc76ff5b12e014586a0684c3737dfe Reviewed-on: https://gerrit.libreoffice.org/64000 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/taborder.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/source/propctrlr/taborder.hxx b/extensions/source/propctrlr/taborder.hxx
index 35a82b0da5c7..6d293997814e 100644
--- a/extensions/source/propctrlr/taborder.hxx
+++ b/extensions/source/propctrlr/taborder.hxx
@@ -27,13 +27,9 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <vcl/dialog.hxx>
-
#include <vcl/button.hxx>
#include <vcl/lstbox.hxx>
-#include <vcl/fixed.hxx>
-
-
namespace pcr
{