summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-05-28 22:46:37 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-05-28 22:46:37 -0400
commit6882d598fe1aa71840a3cfbe1f062c2ee7417ac1 (patch)
tree550e85ade678df10d68d37756d0089038a818a6c /sc/inc
parentf5574561f7382738a210362b0fd109969e18f91d (diff)
Removed unnecessary forward declarations.
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/chartarr.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/chartarr.hxx b/sc/inc/chartarr.hxx
index 512b0d066c3a..0ef092c6184f 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: */