[Libreoffice-commits] .: filter/source

Joseph Powers jpowers at kemper.freedesktop.org
Mon May 2 20:12:33 PDT 2011


 filter/source/graphicfilter/icgm/chart.hxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit a0b33d0e4b7d25cd9eb65d30ad65ddf0234abea4
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Mon May 2 20:12:27 2011 -0700

    Remove an unneeded #incude <tools/list.hxx>

diff --git a/filter/source/graphicfilter/icgm/chart.hxx b/filter/source/graphicfilter/icgm/chart.hxx
index fb1a2bf..59e6cdd 100644
--- a/filter/source/graphicfilter/icgm/chart.hxx
+++ b/filter/source/graphicfilter/icgm/chart.hxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -29,8 +29,6 @@
 #ifndef CGM_CHART_HXX_
 #define CGM_CHART_HXX_
 
-#include <tools/list.hxx>
-
 /* FILE TYPE CONSTANTS: */
 #define NOCHART         0       /* Undefined chart.         */
 #define XYCHART         1       /* Standard XY chart.       */


More information about the Libreoffice-commits mailing list