diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:05:41 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:05:41 +0000 |
commit | 0382a6dbfbbb3f0df94029ca199b35de9ed072eb (patch) | |
tree | 89bbe8a4370379914911e0276628c739b0a55f48 | |
parent | 76fc3e380e626cce7976f50279a32e82f54747a4 (diff) |
INTEGRATION: CWS swwarnings (1.4.242); FILE MERGED
2007/02/27 13:06:35 tl 1.4.242.1: #i69287# warning-free code
-rw-r--r-- | sw/inc/itabenum.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/itabenum.hxx b/sw/inc/itabenum.hxx index db1ad6f0a8..b10af53c97 100644 --- a/sw/inc/itabenum.hxx +++ b/sw/inc/itabenum.hxx @@ -4,9 +4,9 @@ * * $RCSfile: itabenum.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-08-14 15:26:00 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:05:41 $ * * 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 _ITABENUM_HXX #define _ITABENUM_HXX +#include <tools/solar.h> + namespace tabopts { const USHORT DEFAULT_BORDER = 0x01; |