summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/notemark.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/notemark.cxx')
-rw-r--r--sc/source/ui/view/notemark.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/view/notemark.cxx b/sc/source/ui/view/notemark.cxx
index 75e5cec3533a..b0071fad92a8 100644
--- a/sc/source/ui/view/notemark.cxx
+++ b/sc/source/ui/view/notemark.cxx
@@ -35,8 +35,6 @@
#define SC_NOTEMARK_TIME 800
#define SC_NOTEMARK_SHORT 70
-
-
ScNoteMarker::ScNoteMarker( Window* pWin, Window* pRight, Window* pBottom, Window* pDiagonal,
ScDocument* pD, ScAddress aPos, const OUString& rUser,
const MapMode& rMap, bool bLeftEdge, bool bForce, bool bKeyboard ) :
@@ -190,6 +188,4 @@ void ScNoteMarker::InvalidateWin()
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */