summaryrefslogtreecommitdiff
path: root/sw/inc/SwAppletImpl.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 06:54:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 06:54:37 +0000
commit2797f8c71b4f4a15dc04a817e74bc3c241cfea4b (patch)
treea17625ecdd8a648da3f04c12e13b0fb7f0d7c4b7 /sw/inc/SwAppletImpl.hxx
parente6ad60472c7cd8139929123d092e7a4fddd59a39 (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.hxx15
1 files changed, 8 insertions, 7 deletions
diff --git a/sw/inc/SwAppletImpl.hxx b/sw/inc/SwAppletImpl.hxx
index 79d76b5d3fbc..20ac44bc838c 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
{