[Libreoffice-commits] core.git: filter/source include/filter
Alexandre Vicenzi
vicenzi.alexandre at gmail.com
Mon Jan 20 13:33:55 PST 2014
filter/source/graphicfilter/icgm/cgm.hxx | 6 ------
include/filter/msfilter/dffpropset.hxx | 1 -
2 files changed, 7 deletions(-)
New commits:
commit 8bb8187016da23a30da7eb37a6aee37dba14c787
Author: Alexandre Vicenzi <vicenzi.alexandre at gmail.com>
Date: Sat Jan 18 11:55:15 2014 -0200
Removed unused solar.h reference in filter
Change-Id: Ieffee3f06a12836b8a01dcebe2a6dc097b35dde9
Reviewed-on: https://gerrit.libreoffice.org/7520
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/filter/source/graphicfilter/icgm/cgm.hxx b/filter/source/graphicfilter/icgm/cgm.hxx
index 84523e3..a3c81cc 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;
diff --git a/include/filter/msfilter/dffpropset.hxx b/include/filter/msfilter/dffpropset.hxx
index da24017..9297681 100644
--- a/include/filter/msfilter/dffpropset.hxx
+++ b/include/filter/msfilter/dffpropset.hxx
@@ -19,7 +19,6 @@
#ifndef INCLUDED_FILTER_MSFILTER_DFFPROPSET_HXX
#define INCLUDED_FILTER_MSFILTER_DFFPROPSET_HXX
-#include <tools/solar.h>
#include <filter/msfilter/msfilterdllapi.h>
#include <filter/msfilter/dffrecordheader.hxx>
#include <tools/stream.hxx>
More information about the Libreoffice-commits
mailing list