Kaydet (Commit) 6882d598 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Removed unnecessary forward declarations.

üst f5574561
...@@ -36,11 +36,8 @@ ...@@ -36,11 +36,8 @@
#include <boost/ptr_container/ptr_vector.hpp> #include <boost/ptr_container/ptr_vector.hpp>
class ScAddress;
class Table;
class ScDocument; class ScDocument;
// ScMemChart is a stripped-down SchMemChart from old chart, // ScMemChart is a stripped-down SchMemChart from old chart,
// used only to transport a rectangular data array for the UNO API, // used only to transport a rectangular data array for the UNO API,
// contains only column/row header text and data values. // contains only column/row header text and data values.
...@@ -69,7 +66,6 @@ public: ...@@ -69,7 +66,6 @@ public:
void SetRowText(short nRow, const ::rtl::OUString& rText) { pRowText[nRow] = rText; } void SetRowText(short nRow, const ::rtl::OUString& rText) { pRowText[nRow] = rText; }
}; };
class SC_DLLPUBLIC ScChartArray // only parameter-struct class SC_DLLPUBLIC ScChartArray // only parameter-struct
{ {
::rtl::OUString aName; ::rtl::OUString aName;
...@@ -125,8 +121,6 @@ public: ...@@ -125,8 +121,6 @@ public:
bool operator==(const ScChartCollection& rCmp) const; bool operator==(const ScChartCollection& rCmp) const;
}; };
#endif #endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment