summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-18 11:55:15 -0200
committerMichael Stahl <mstahl@redhat.com>2014-01-20 21:33:34 +0000
commit8bb8187016da23a30da7eb37a6aee37dba14c787 (patch)
treedba7d1e461b999aff044853deb3382e277d9ef9e /filter
parent35a45cd2b2a9ae8bf7eb8f93d22652f7d369642e (diff)
Removed unused solar.h reference in filter
Change-Id: Ieffee3f06a12836b8a01dcebe2a6dc097b35dde9 Reviewed-on: https://gerrit.libreoffice.org/7520 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/icgm/cgm.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/filter/source/graphicfilter/icgm/cgm.hxx b/filter/source/graphicfilter/icgm/cgm.hxx
index 84523e3c59ee..a3c81cc80d47 100644
--- a/filter/source/graphicfilter/icgm/cgm.hxx
+++ b/filter/source/graphicfilter/icgm/cgm.hxx
@@ -22,23 +22,17 @@
#include <com/sun/star/frame/XModel.hpp>
-// ---------------------------------------------------------------
#undef CGM_USER_BREAKPOINT
#define CGM_IMPORT_CGM 0x00000001
-
#define CGM_EXPORT_IMPRESS 0x00000100
#define CGM_EXPORT_META 0x00000200
-// ---------------------------------------------------------------
-
#include <tools/solar.h>
#include <rtl/ustring.hxx>
#include <vector>
#include "cgmtypes.hxx"
-// ---------------------------------------------------------------
-
class Graphic;
class SvStream;
class CGMChart;