summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/dbfunc3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/dbfunc3.cxx')
-rw-r--r--sc/source/ui/view/dbfunc3.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx
index fe69d7f0a0b1..0b1f41a73d65 100644
--- a/sc/source/ui/view/dbfunc3.cxx
+++ b/sc/source/ui/view/dbfunc3.cxx
@@ -87,11 +87,11 @@ using ::std::vector;
// STATIC DATA -----------------------------------------------------------
-//==================================================================
-//
+
+
// Outliner
-//
+
// Outline-Gruppierung erzeugen
@@ -363,11 +363,11 @@ void ScDBFunc::HideMarkedOutlines( bool bRecord )
ErrorMessage(STR_NOMULTISELECT);
}
-// --------------------------------------------------------------------------
-//
+
+
// Teilergebnisse
-//
+
void ScDBFunc::DoSubTotals( const ScSubTotalParam& rParam, bool bRecord,
const ScSortParam* pForceNewSort )
@@ -539,9 +539,9 @@ void ScDBFunc::DoSubTotals( const ScSubTotalParam& rParam, bool bRecord,
}
}
-//
+
// Consolidate
-//
+
void ScDBFunc::Consolidate( const ScConsolidateParam& rParam, bool bRecord )
{
@@ -550,9 +550,9 @@ void ScDBFunc::Consolidate( const ScConsolidateParam& rParam, bool bRecord )
SetTabNo( rParam.nTab, true );
}
-//
+
// Pivot
-//
+
static OUString lcl_MakePivotTabName( const OUString& rPrefix, SCTAB nNumber )
{
@@ -2074,9 +2074,9 @@ void ScDBFunc::ShowDataPilotSourceData( ScDPObject& rDPObj, const Sequence<sheet
pMgr->LeaveListAction();
}
-//
+
// DB-Operationen (Sortieren, Filtern, Teilergebnisse) wiederholen
-//
+
void ScDBFunc::RepeatDB( bool bRecord )
{