diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 06:54:37 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 06:54:37 +0000 |
commit | 7a990cddd8611b85c85ca76b3ff71972b53cb89d (patch) | |
tree | 871c9db86ba39fcf9c49fff269e9fc88b48206ca /sw/inc/SwAppletImpl.hxx | |
parent | 1a05044aa20bf59ac98ecc857efaa7ac1c85710c (diff) |
INTEGRATION: CWS swwarnings (1.8.242); FILE MERGED
2007/02/23 11:40:00 tl 1.8.242.2: #i69287# warning-free code
2007/02/23 11:08:57 tl 1.8.242.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/SwAppletImpl.hxx')
-rw-r--r-- | sw/inc/SwAppletImpl.hxx | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/sw/inc/SwAppletImpl.hxx b/sw/inc/SwAppletImpl.hxx index 8a3ab4f68c..e840635359 100644 --- a/sw/inc/SwAppletImpl.hxx +++ b/sw/inc/SwAppletImpl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: SwAppletImpl.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-08-14 15:14:39 $ + * last change: $Author: hr $ $Date: 2007-09-27 07:54:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,11 +71,12 @@ class SfxItemSet; -extern sal_Char const SVTOOLS_CONSTASCII_DECL( sHTML_O_hidden, "HIDDEN" ); -extern sal_Char const SVTOOLS_CONSTASCII_DECL( sHTML_HIDDEN_false, "FALSE" ); -extern sal_Char const SVTOOLS_CONSTASCII_DECL( sHTML_O_archive, "ARCHIVE" ); -extern sal_Char const SVTOOLS_CONSTASCII_DECL( sHTML_O_archives, "ARCHIVES" ); -extern sal_Char const SVTOOLS_CONSTASCII_DECL( sHTML_O_object, "OBJECT" ); +extern SVT_DLLPUBLIC sal_Char const SVTOOLS_CONSTASCII_DECL( sHTML_O_archive, "ARCHIVE" ); + +extern sal_Char const SVTOOLS_CONSTASCII_DECL( sHTML_O_Hidden, "HIDDEN" ); +extern sal_Char const SVTOOLS_CONSTASCII_DECL( sHTML_O_Hidden_False, "FALSE" ); +extern sal_Char const SVTOOLS_CONSTASCII_DECL( sHTML_O_Archives, "ARCHIVES" ); +extern sal_Char const SVTOOLS_CONSTASCII_DECL( sHTML_O_Object, "OBJECT" ); class SwApplet_Impl { |