[Libreoffice-commits] .: Branch 'feature/calc-dp-unlimited-fields' - sc/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Nov 17 19:45:37 PST 2010
sc/inc/dpshttab.hxx | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
New commits:
commit c91bf4a8ac9210cf8463f50db737e1dfe192d3b0
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Wed Nov 17 22:45:05 2010 -0500
Moved the mis-placed class header comment into the right place.
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx
index ec0c483..2c0ccc2 100644
--- a/sc/inc/dpshttab.hxx
+++ b/sc/inc/dpshttab.hxx
@@ -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:
More information about the Libreoffice-commits
mailing list