summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-28 18:34:33 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-06-29 09:25:12 +0200
commit688fcc847b0985b6c4c199ff2d701670e5dee46d (patch)
tree8327cb438f442366d0f241810fc3fc69afaf0577 /xmloff
parent4c4d748767c5740cc4b5348c69ad86c68db234bd (diff)
Remove unused locals
Change-Id: I14369787e99d31cba32957301340cef2fc832b91
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/xforms/XFormsSubmissionContext.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/xforms/XFormsSubmissionContext.cxx b/xmloff/source/xforms/XFormsSubmissionContext.cxx
index 18c1fe5d3529..2ee8c6fd0cf5 100644
--- a/xmloff/source/xforms/XFormsSubmissionContext.cxx
+++ b/xmloff/source/xforms/XFormsSubmissionContext.cxx
@@ -77,10 +77,6 @@ static struct SvXMLTokenMapEntry aAttributeMap[] =
XML_TOKEN_MAP_END
};
-// helper function; see below
-void lcl_fillNamespaceContainer( const SvXMLNamespaceMap&,
- Reference<XNameContainer>& );
-
XFormsSubmissionContext::XFormsSubmissionContext(
SvXMLImport& rImport,
sal_uInt16 nPrefix,