diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:54:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 16:54:04 +0000 |
commit | 5ce2fa2dc8cf6de3ae9414f54302fe5beca278cf (patch) | |
tree | 4ac55e746e910afe2a3235a864a71d682ee927a4 /xmloff | |
parent | cfefafeab24a0200d7f59a7e22df6ce5004dd1d2 (diff) |
INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED
2005/11/16 21:33:53 pl 1.3.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/XMLImageMapExport.hxx | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/xmloff/inc/XMLImageMapExport.hxx b/xmloff/inc/XMLImageMapExport.hxx index c94e38649dc0..0ceaca044e66 100644 --- a/xmloff/inc/XMLImageMapExport.hxx +++ b/xmloff/inc/XMLImageMapExport.hxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLImageMapExport.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:51:47 $ + * last change: $Author: hr $ $Date: 2006-06-19 17:54:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,20 +53,20 @@ class SvXMLExport; */ class XMLImageMapExport { - const ::rtl::OUString sBoundary; - const ::rtl::OUString sCenter; - const ::rtl::OUString sDescription; - const ::rtl::OUString sImageMap; - const ::rtl::OUString sIsActive; - const ::rtl::OUString sName; - const ::rtl::OUString sPolygon; - const ::rtl::OUString sRadius; - const ::rtl::OUString sTarget; - const ::rtl::OUString sURL; - - SvXMLExport& rExport; - - sal_Bool bWhiteSpace; /// use whitespace between image map elements? + const ::rtl::OUString msBoundary; + const ::rtl::OUString msCenter; + const ::rtl::OUString msDescription; + const ::rtl::OUString msImageMap; + const ::rtl::OUString msIsActive; + const ::rtl::OUString msName; + const ::rtl::OUString msPolygon; + const ::rtl::OUString msRadius; + const ::rtl::OUString msTarget; + const ::rtl::OUString msURL; + + SvXMLExport& mrExport; + + sal_Bool mbWhiteSpace; /// use whitespace between image map elements? public: XMLImageMapExport(SvXMLExport& rExport); |