summaryrefslogtreecommitdiff
path: root/sw/inc/ring.hxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-22 14:28:11 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-22 14:28:11 +0000
commita522ec0d94ac5ec3aee7ef54355e9ff5d3456ea2 (patch)
treec67133eb95f49ff7f859edc539eb11a0708c6195 /sw/inc/ring.hxx
parente5e1388d5c22451560711bbd9dfc841b07dd2949 (diff)
INTEGRATION: CWS swcolsel (1.2.708); FILE MERGED
2007/04/13 13:06:03 ama 1.2.708.1: Fix #1596#: Rectangular selection
Diffstat (limited to 'sw/inc/ring.hxx')
-rw-r--r--sw/inc/ring.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx
index d43a30a1a263..85e0b7ecbdef 100644
--- a/sw/inc/ring.hxx
+++ b/sw/inc/ring.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ring.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:07:20 $
+ * last change: $Author: ihi $ $Date: 2007-11-22 15:28:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,6 +35,8 @@
#ifndef _RING_HXX
#define _RING_HXX
+#include <swtypes.hxx>
+
class Ring
{
Ring *pNext;
@@ -50,6 +52,8 @@ public:
Ring* GetNext() const { return pNext; }
Ring* GetPrev() const { return pPrev; }
+
+ sal_uInt32 numberOf() const;
};