summaryrefslogtreecommitdiff
path: root/sw/source/ui
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 /sw/source/ui
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 'sw/source/ui')
-rw-r--r--sw/source/ui/misc/pggrid.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/ui/misc/pggrid.cxx b/sw/source/ui/misc/pggrid.cxx
index 5be1e5732d6d..c3387fedf609 100644
--- a/sw/source/ui/misc/pggrid.cxx
+++ b/sw/source/ui/misc/pggrid.cxx
@@ -26,13 +26,10 @@
*
************************************************************************/
-
#ifdef SW_DLLIMPLEMENTATION
#undef SW_DLLIMPLEMENTATION
#endif
-
-
#include <sfx2/app.hxx>
#include <cmdid.h>
@@ -301,8 +298,8 @@ void SwTextGridPage::PutGridItem(SfxItemSet& rSet)
aGridItem.SetPrintGrid(aPrintCB.IsChecked());
aGridItem.SetColor(aColorLB.GetSelectEntryColor());
rSet.Put(aGridItem);
-/// Amelia
- SwView * pView = ::GetActiveView();
+
+ SwView * pView = ::GetActiveView();
if ( aGridItem.GetGridType() != GRID_NONE )
{
if ( aGridItem.GetGridType() == GRID_LINES_CHARS )