summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-18 14:06:31 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-18 16:49:22 +0000
commitcfda6c9a00fb0edb965716ba44d45edfe191ca2e (patch)
tree9d0ea244d49357196530ce56dedf887fa0c3e433 /sc/source/ui/undo
parent920dcaec05984f8dbe0c413460a5d24a64cba149 (diff)
remove some useless comments
Change-Id: Ied223890539a3407abbed7c7135dfc3de2f2fe48 Reviewed-on: https://gerrit.libreoffice.org/429 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com> Tested-by: Philipp Riemer <ruderphilipp@gmail.com>
Diffstat (limited to 'sc/source/ui/undo')
-rw-r--r--sc/source/ui/undo/undodat.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/ui/undo/undodat.cxx b/sc/source/ui/undo/undodat.cxx
index bff8b2f6d7ab..24116db895a6 100644
--- a/sc/source/ui/undo/undodat.cxx
+++ b/sc/source/ui/undo/undodat.cxx
@@ -49,8 +49,8 @@
#include "attrib.hxx"
#include "hints.hxx"
#include "sc.hrc"
-#include "chgtrack.hxx" // Amelia Wang
-#include "refundo.hxx" // Amelia Wang
+#include "chgtrack.hxx"
+#include "refundo.hxx"
#include "markdata.hxx"
// -----------------------------------------------------------------------
@@ -71,7 +71,7 @@ TYPEINIT1(ScUndoRepeatDB, ScSimpleUndo);
TYPEINIT1(ScUndoDataPilot, ScSimpleUndo);
TYPEINIT1(ScUndoConsolidate, ScSimpleUndo);
TYPEINIT1(ScUndoChartData, ScSimpleUndo);
-TYPEINIT1(ScUndoDataForm, SfxUndoAction); // amelia
+TYPEINIT1(ScUndoDataForm, SfxUndoAction);
// -----------------------------------------------------------------------
@@ -2015,7 +2015,6 @@ sal_Bool ScUndoChartData::CanRepeat(SfxRepeatTarget& /* rTarget */) const
return false;
}
-// Amelia Wang
ScUndoDataForm::ScUndoDataForm( ScDocShell* pNewDocShell,
SCCOL nStartX, SCROW nStartY, SCTAB nStartZ,
SCCOL nEndX, SCROW nEndY, SCTAB nEndZ,