[Libreoffice-commits] .: sc/inc

Kohei Yoshida kohei at kemper.freedesktop.org
Sat May 28 19:47:32 PDT 2011


 sc/inc/chartarr.hxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit e1615fc64ba3f7279d8bf77604ab541a42b58894
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Sat May 28 22:46:37 2011 -0400

    Removed unnecessary forward declarations.

diff --git a/sc/inc/chartarr.hxx b/sc/inc/chartarr.hxx
index ef5e6dc..6470240 100644
--- a/sc/inc/chartarr.hxx
+++ b/sc/inc/chartarr.hxx
@@ -36,11 +36,8 @@
 
 #include <boost/ptr_container/ptr_vector.hpp>
 
-class ScAddress;
-class Table;
 class ScDocument;
 
-
 // ScMemChart is a stripped-down SchMemChart from old chart,
 // used only to transport a rectangular data array for the UNO API,
 // contains only column/row header text and data values.
@@ -69,7 +66,6 @@ public:
     void SetRowText(short nRow, const ::rtl::OUString& rText) { pRowText[nRow] = rText; }
 };
 
-
 class SC_DLLPUBLIC ScChartArray				// only parameter-struct
 {
     ::rtl::OUString aName;
@@ -125,8 +121,6 @@ public:
     bool operator==(const ScChartCollection& rCmp) const;
 };
 
-
-
 #endif
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list