summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:26:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 20:26:03 +0000
commit69bd0c8476dd4bbfdfd0c6b87ad925ff8b6c9853 (patch)
tree155611397882272e6df63c4383ac9150444bc934 /svtools
parentaa072f175ae40875d106b67607a1ee0deed8fd30 (diff)
INTEGRATION: CWS warnings01 (1.4.62); FILE MERGED
2005/11/15 19:56:03 pl 1.4.62.1: #i55991# removed warnings
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/svhtml/htmlsupp.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/source/svhtml/htmlsupp.cxx b/svtools/source/svhtml/htmlsupp.cxx
index 211d5492c9f1..ac02bfde7093 100644
--- a/svtools/source/svhtml/htmlsupp.cxx
+++ b/svtools/source/svhtml/htmlsupp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: htmlsupp.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:47:36 $
+ * last change: $Author: hr $ $Date: 2006-06-19 21:26:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -67,7 +67,7 @@ BOOL HTMLParser::ParseScriptOptions( String& rLangString, const String& rBaseURL
String& rLibrary,
String& rModule )
{
- const HTMLOptions *pOptions = GetOptions();
+ const HTMLOptions *pScriptOptions = GetOptions();
rLangString.Erase();
rLang = HTML_SL_JAVASCRIPT;
@@ -75,9 +75,9 @@ BOOL HTMLParser::ParseScriptOptions( String& rLangString, const String& rBaseURL
rLibrary.Erase();
rModule.Erase();
- for( USHORT i = pOptions->Count(); i; )
+ for( USHORT i = pScriptOptions->Count(); i; )
{
- const HTMLOption *pOption = (*pOptions)[ --i ];
+ const HTMLOption *pOption = (*pScriptOptions)[ --i ];
switch( pOption->GetToken() )
{
case HTML_O_LANGUAGE: