summaryrefslogtreecommitdiff
path: root/include/vcl/accel.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-29 21:54:21 -0200
committerCaolán McNamara <caolanm@redhat.com>2014-01-30 11:23:50 +0000
commit1984bb05de38a6f4b23b422f1d4156670d493ba1 (patch)
tree871d9b929e24a275d8f0d908c975c9362389b744 /include/vcl/accel.hxx
parentc5685ec791fbce43e982ffecc9e062063ec7e3d7 (diff)
fdo#63154 Removed unused solar.h ref. in vcl
Change-Id: I038c941559a275c43c2be7d5453ca4c37390f343 Reviewed-on: https://gerrit.libreoffice.org/7733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/accel.hxx')
-rw-r--r--include/vcl/accel.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/vcl/accel.hxx b/include/vcl/accel.hxx
index c206e35d00d8..44f5041b3756 100644
--- a/include/vcl/accel.hxx
+++ b/include/vcl/accel.hxx
@@ -20,20 +20,15 @@
#ifndef INCLUDED_VCL_ACCEL_HXX
#define INCLUDED_VCL_ACCEL_HXX
-#include <tools/solar.h>
-#include <vcl/dllapi.h>
#include <tools/link.hxx>
#include <tools/resid.hxx>
#include <tools/rc.hxx>
#include <vcl/keycod.hxx>
+#include <vcl/dllapi.h>
class ImplAccelData;
class ImplAccelEntry;
-// ---------------
-// - Accelerator -
-// ---------------
-
class VCL_DLLPUBLIC Accelerator : public Resource
{
friend class ImplAccelManager;