Moved the mis-placed class header comment into the right place.
This commit is contained in:
parent
10572108ed
commit
660591d3bc
1 changed files with 4 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue