diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:38:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:38:11 +0000 |
commit | 89bbfdf9f19c5564a2f14c9a7af94aeb26154b3e (patch) | |
tree | 47e8aaedcf2797359260cc590b34f80434251716 | |
parent | 2a4d254f14781f6d7e6ca70e7a797cf15af0f8e8 (diff) |
INTEGRATION: CWS visibility03 (1.9.116); FILE MERGED
2005/04/01 17:52:47 mhu 1.9.116.1: #i45006# Fixed extern sHTML_ re-declaration.
-rw-r--r-- | sfx2/source/bastyp/frmhtmlw.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx index 4d1f4a362aa6..874312adcf7e 100644 --- a/sfx2/source/bastyp/frmhtmlw.cxx +++ b/sfx2/source/bastyp/frmhtmlw.cxx @@ -2,9 +2,9 @@ * * $RCSfile: frmhtmlw.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-01-11 13:28:34 $ + * last change: $Author: obo $ $Date: 2005-04-13 12:38:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ using namespace com::sun::star; -extern sal_Char __FAR_DATA sHTML_META_classification[]; +extern sal_Char const sHTML_META_classification[]; static sal_Char __READONLY_DATA sHTML_SC_yes[] = "YES"; static sal_Char __READONLY_DATA sHTML_SC_no[] = "NO"; |