Moved the mis-placed class header comment into the right place.

This commit is contained in:
Kohei Yoshida 2010-11-17 22:45:05 -05:00
parent 10572108ed
commit 660591d3bc

View file

@ -44,11 +44,6 @@ namespace com { namespace sun { namespace star { namespace sheet {
class ScDPDimension;
class ScDPItemData;
// --------------------------------------------------------------------
//
// implementation of ScDPTableData with sheet data
//
struct ScSheetSourceDesc
{
ScRange aSourceRange;
@ -64,6 +59,10 @@ struct ScSheetSourceDesc
long GetCacheId( ScDocument* pDoc, long nID ) const;
};
// --------------------------------------------------------------------
//
// implementation of ScDPTableData with sheet data
//
class SC_DLLPUBLIC ScSheetDPData : public ScDPTableData
{
private: