diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-28 18:34:33 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:12 +0200 |
commit | 688fcc847b0985b6c4c199ff2d701670e5dee46d (patch) | |
tree | 8327cb438f442366d0f241810fc3fc69afaf0577 /xmloff | |
parent | 4c4d748767c5740cc4b5348c69ad86c68db234bd (diff) |
Remove unused locals
Change-Id: I14369787e99d31cba32957301340cef2fc832b91
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/xforms/XFormsSubmissionContext.cxx | 4 |
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, |