summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/shdwcrsr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/shdwcrsr.hxx')
-rw-r--r--sw/source/ui/inc/shdwcrsr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/shdwcrsr.hxx b/sw/source/ui/inc/shdwcrsr.hxx
index 8b1a4e9123de..d01bc5bccfe1 100644
--- a/sw/source/ui/inc/shdwcrsr.hxx
+++ b/sw/source/ui/inc/shdwcrsr.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
@@ -55,9 +55,9 @@ public:
void Paint();
- const Point& GetPoint() const { return aOldPt; }
- long GetHeight() const { return nOldHeight; }
- USHORT GetMode() const { return nOldMode; }
+ const Point& GetPoint() const { return aOldPt; }
+ long GetHeight() const { return nOldHeight; }
+ USHORT GetMode() const { return nOldMode; }
Rectangle GetRect() const;
};