From a522ec0d94ac5ec3aee7ef54355e9ff5d3456ea2 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 22 Nov 2007 14:28:11 +0000 Subject: [PATCH] INTEGRATION: CWS swcolsel (1.2.708); FILE MERGED 2007/04/13 13:06:03 ama 1.2.708.1: Fix #1596#: Rectangular selection --- sw/inc/ring.hxx | 8 ++++++-- 1 file 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 + class Ring { Ring *pNext; @@ -50,6 +52,8 @@ public: Ring* GetNext() const { return pNext; } Ring* GetPrev() const { return pPrev; } + + sal_uInt32 numberOf() const; };