diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:12:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:12:51 +0000 |
commit | 1f8a802ce6a957c7564ad50e6e3ea71a4409fcf9 (patch) | |
tree | d062f17ca8b0f77125fdd54882ed2237aa44df66 /sw/inc/swunohelper.hxx | |
parent | 1bed23b4001602591e6aef37c2e17ccc4b72d7bf (diff) |
INTEGRATION: CWS swwarnings (1.8.710); FILE MERGED
2007/03/05 12:43:18 tl 1.8.710.2: #i69287# warning-free code
2007/02/27 13:06:37 tl 1.8.710.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/swunohelper.hxx')
-rw-r--r-- | sw/inc/swunohelper.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/swunohelper.hxx b/sw/inc/swunohelper.hxx index 6afe74a698..81357285cc 100644 --- a/sw/inc/swunohelper.hxx +++ b/sw/inc/swunohelper.hxx @@ -4,9 +4,9 @@ * * $RCSfile: swunohelper.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:18:11 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:12:51 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,7 @@ #ifndef _SWUNOHELPER_HXX #define _SWUNOHELPER_HXX +#include <tools/solar.h> #ifndef _SAL_TYPES_H_ #include <sal/types.h> #endif @@ -47,7 +48,7 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; } -}}}; +}}} class String; class SvStrings; |