summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/extlstcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/extlstcontext.cxx')
-rw-r--r--sc/source/filter/oox/extlstcontext.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/sc/source/filter/oox/extlstcontext.cxx b/sc/source/filter/oox/extlstcontext.cxx
index 43a3859ddaa8..5e20e2f6c9ae 100644
--- a/sc/source/filter/oox/extlstcontext.cxx
+++ b/sc/source/filter/oox/extlstcontext.cxx
@@ -218,17 +218,8 @@ ContextHandlerRef ExtGlobalContext::onCreateContext( sal_Int32 nElement, const A
}
}
-void ExtGlobalContext::onStartElement( const AttributeList& rAttribs )
+void ExtGlobalContext::onStartElement( const AttributeList& /*rAttribs*/ )
{
- if(rAttribs.hasAttribute( XML_id ))
- {
- rtl::OUString aId = rAttribs.getString( XML_id, rtl::OUString() );
- }
-
- if(rAttribs.hasAttribute( XML_uri ))
- {
- rtl::OUString aUri = rAttribs.getString( XML_uri, rtl::OUString() );
- }
}
ExtLstGlobalContext::ExtLstGlobalContext( WorksheetFragment& rFragment ):