diff options
author | Nicolas Christener <nc@adfinis.com> | 2011-03-13 19:39:41 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-03-13 19:40:00 +0100 |
commit | be3230aa76ec2e95eecbd4c3d5026e0e45115f2f (patch) | |
tree | dcbef0c74bfeadb8c0811658afde03fec7d99b17 /sc/inc/dpgroup.hxx | |
parent | e02b8039e756945c3490d1b898516f513ef54568 (diff) |
translate german comments in /sc/inc
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r-- | sc/inc/dpgroup.hxx | 9 |
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 // |