diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-18 14:06:31 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2012-08-18 16:49:22 +0000 |
commit | cfda6c9a00fb0edb965716ba44d45edfe191ca2e (patch) | |
tree | 9d0ea244d49357196530ce56dedf887fa0c3e433 /sc | |
parent | 920dcaec05984f8dbe0c413460a5d24a64cba149 (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')
-rw-r--r-- | sc/source/ui/undo/undodat.cxx | 7 | ||||
-rw-r--r-- | sc/source/ui/vba/vbaworkbook.hxx | 1 |
2 files changed, 3 insertions, 5 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, diff --git a/sc/source/ui/vba/vbaworkbook.hxx b/sc/source/ui/vba/vbaworkbook.hxx index 90d3629c7a48..0164eb75a900 100644 --- a/sc/source/ui/vba/vbaworkbook.hxx +++ b/sc/source/ui/vba/vbaworkbook.hxx @@ -65,7 +65,6 @@ public: virtual css::uno::Any SAL_CALL Windows( const css::uno::Any& aIndex ) throw (css::uno::RuntimeException); virtual void SAL_CALL Activate() throw (css::uno::RuntimeException); virtual void SAL_CALL Protect( const css::uno::Any & aPassword ) throw (css::uno::RuntimeException); - // Amelia Wang virtual css::uno::Any SAL_CALL Names( const css::uno::Any& aIndex ) throw (css::uno::RuntimeException); virtual css::uno::Any SAL_CALL Styles( const css::uno::Any& Item ) throw (css::uno::RuntimeException); |