diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-29 21:54:21 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 11:23:50 +0000 |
commit | 1984bb05de38a6f4b23b422f1d4156670d493ba1 (patch) | |
tree | 871d9b929e24a275d8f0d908c975c9362389b744 /include/vcl/graph.h | |
parent | c5685ec791fbce43e982ffecc9e062063ec7e3d7 (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/graph.h')
-rw-r--r-- | include/vcl/graph.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/graph.h b/include/vcl/graph.h index 509ea467f674..abc7aa50275a 100644 --- a/include/vcl/graph.h +++ b/include/vcl/graph.h @@ -21,13 +21,8 @@ #define INCLUDED_VCL_GRAPH_H #include <rtl/ustring.hxx> -#include <tools/solar.h> #include <vcl/dllapi.h> -// --------------- -// - GraphicType - -// --------------- - enum GraphicType { GRAPHIC_NONE, @@ -36,10 +31,6 @@ enum GraphicType GRAPHIC_DEFAULT }; -// ----------------- -// - GraphicReader - -// ----------------- - class ReaderData; class VCL_DLLPUBLIC GraphicReader |