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

Removed unnecessary forward declarations.

üst f5574561
......@@ -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: */
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