summaryrefslogtreecommitdiff
path: root/xmloff/source/script
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:22:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:22:57 +0000
commite13e4fca39198ae1f67aad064e09f30ff72ef8df (patch)
treeb6cb9d3a1f69f5e636eea37b0f28e38e0d58e641 /xmloff/source/script
parent3eaa2ab62425973b4d3e14d6b7a215cf13e5bf42 (diff)
INTEGRATION: CWS warnings01 (1.6.34); FILE MERGED
2005/11/16 22:47:14 pl 1.6.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/script')
-rw-r--r--xmloff/source/script/XMLStarBasicContextFactory.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmloff/source/script/XMLStarBasicContextFactory.cxx b/xmloff/source/script/XMLStarBasicContextFactory.cxx
index 19568bfaa00e..8674ba4a4a7b 100644
--- a/xmloff/source/script/XMLStarBasicContextFactory.cxx
+++ b/xmloff/source/script/XMLStarBasicContextFactory.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLStarBasicContextFactory.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:20:10 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:22:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -86,12 +86,12 @@ XMLStarBasicContextFactory::~XMLStarBasicContextFactory()
SvXMLImportContext* XMLStarBasicContextFactory::CreateContext(
SvXMLImport& rImport,
- sal_uInt16 nPrefix,
+ sal_uInt16 p_nPrefix,
const OUString& rLocalName,
const Reference<XAttributeList> & xAttrList,
XMLEventsImportContext* rEvents,
const OUString& rApiEventName,
- const OUString& rApiLanguage)
+ const OUString& /*rApiLanguage*/)
{
OUString sLibraryVal;
OUString sMacroNameVal;
@@ -161,5 +161,5 @@ SvXMLImportContext* XMLStarBasicContextFactory::CreateContext(
rEvents->AddEventValues(rApiEventName, aValues);
// return dummy context
- return new SvXMLImportContext(rImport, nPrefix, rLocalName);
+ return new SvXMLImportContext(rImport, p_nPrefix, rLocalName);
}