summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/selectionstate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/selectionstate.cxx')
-rw-r--r--sc/source/ui/view/selectionstate.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/selectionstate.cxx b/sc/source/ui/view/selectionstate.cxx
index bbbe313bd0da..3fda4b0dd124 100644
--- a/sc/source/ui/view/selectionstate.cxx
+++ b/sc/source/ui/view/selectionstate.cxx
@@ -23,7 +23,7 @@
#include "viewdata.hxx"
#include "markdata.hxx"
-// ============================================================================
+
ScSelectionState::ScSelectionState( ScViewData& rViewData ) :
meType( SC_SELECTTYPE_NONE )
@@ -76,6 +76,6 @@ bool operator==( const ScSelectionState& rL, const ScSelectionState& rR )
return bEqual;
}
-// ============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */