summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpgroup.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r--sc/inc/dpgroup.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx
index 6a88b6386843..ce1589cef109 100644
--- a/sc/inc/dpgroup.hxx
+++ b/sc/inc/dpgroup.hxx
@@ -39,8 +39,6 @@
class ScDocument;
class SvNumberFormatter;
-// --------------------------------------------------------------------
-
//! API struct?
struct ScDPNumGroupInfo
{
@@ -56,8 +54,6 @@ struct ScDPNumGroupInfo
Start(0.0), End(0.0), Step(0.0) {}
};
-// --------------------------------------------------------------------
-
// ScDPDateGroupHelper is used as part of ScDPGroupDimension (additional dim.)
// or ScDPNumGroupDimension (innermost, replaces the original dim.).
// Source index, name and result collection are stored at the parent.
@@ -79,8 +75,6 @@ public:
const std::vector<SCROW>& rOriginal) const;
};
-// --------------------------------------------------------------------
-
typedef ::std::vector<ScDPItemData> ScDPItemDataVec;
class ScDPGroupItem
@@ -141,8 +135,6 @@ public:
typedef ::std::vector<ScDPGroupDimension> ScDPGroupDimensionVec;
-// --------------------------------------------------------------------
-
class SC_DLLPUBLIC ScDPNumGroupDimension
{
ScDPNumGroupInfo aGroupInfo; // settings
@@ -174,7 +166,6 @@ public:
void DisposeData();
};
-// --------------------------------------------------------------------
//
// proxy implementation of ScDPTableData to add grouped items
//