summaryrefslogtreecommitdiffstats
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 18:08:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 18:14:38 +0200
commit42fa94bd3f0c25173a47536637278e345078a24d (patch)
tree3b1bb810a6f2a4b3c33bd12a9341e8dabe2c4680 /oox
parent-Werror,-Wunused-variable (diff)
downloadcore-42fa94bd3f0c25173a47536637278e345078a24d.tar.gz
core-42fa94bd3f0c25173a47536637278e345078a24d.zip
-Werror,-Wunused-variable
Change-Id: Ic0801e224750cccee3d91c742fcb67cb0472124f
Diffstat (limited to 'oox')
-rw-r--r--oox/source/core/fragmenthandler2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/core/fragmenthandler2.cxx b/oox/source/core/fragmenthandler2.cxx
index b94ff56a9641..668eb7fbee49 100644
--- a/oox/source/core/fragmenthandler2.cxx
+++ b/oox/source/core/fragmenthandler2.cxx
@@ -84,7 +84,7 @@ bool FragmentHandler2::prepareMceContext( sal_Int32 nElement, const AttributeLis
OUString str = rAttribs.getString( MCE_TOKEN( Ignorable ), OUString() );
if( !str.isEmpty() )
{
- Sequence< ::com::sun::star::xml::FastAttribute > attrs = rAttribs.getFastAttributeList()->getFastAttributes();
+ // Sequence< ::com::sun::star::xml::FastAttribute > attrs = rAttribs.getFastAttributeList()->getFastAttributes();
// printf("MCE: %s\n", OUStringToOString( str, RTL_TEXTENCODING_UTF8 ).getStr() );
// TODO: Check & Get the namespaces in "Ignorable"
// printf("NS: %d : %s\n", attrs.getLength(), OUStringToOString( str, RTL_TEXTENCODING_UTF8 ).getStr() );