summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/notemark.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/notemark.hxx')
-rw-r--r--sc/source/ui/inc/notemark.hxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/sc/source/ui/inc/notemark.hxx b/sc/source/ui/inc/notemark.hxx
index 03626bfeafb7..11eb7c152f22 100644
--- a/sc/source/ui/inc/notemark.hxx
+++ b/sc/source/ui/inc/notemark.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -40,23 +40,23 @@ class SdrObject;
class ScNoteMarker
{
private:
- Window* pWindow;
- Window* pRightWin;
- Window* pBottomWin;
- Window* pDiagWin;
- ScDocument* pDoc;
- ScAddress aDocPos;
- String aUserText;
+ Window* pWindow;
+ Window* pRightWin;
+ Window* pBottomWin;
+ Window* pDiagWin;
+ ScDocument* pDoc;
+ ScAddress aDocPos;
+ String aUserText;
Rectangle aVisRect;
- Timer aTimer;
- MapMode aMapMode;
- BOOL bLeft;
- BOOL bByKeyboard;
+ Timer aTimer;
+ MapMode aMapMode;
+ BOOL bLeft;
+ BOOL bByKeyboard;
- Rectangle aRect;
- SdrModel* pModel;
- SdrObject* pObject;
- BOOL bVisible;
+ Rectangle aRect;
+ SdrModel* pModel;
+ SdrObject* pObject;
+ BOOL bVisible;
DECL_LINK( TimeHdl, Timer* );
@@ -66,11 +66,11 @@ public:
const MapMode& rMap, BOOL bLeftEdge, BOOL bForce, BOOL bKeyboard );
~ScNoteMarker();
- void Draw();
- void InvalidateWin();
+ void Draw();
+ void InvalidateWin();
- ScAddress GetDocPos() const { return aDocPos; }
- BOOL IsByKeyboard() const { return bByKeyboard; }
+ ScAddress GetDocPos() const { return aDocPos; }
+ BOOL IsByKeyboard() const { return bByKeyboard; }
};