diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:08:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 18:14:38 +0200 |
commit | 42fa94bd3f0c25173a47536637278e345078a24d (patch) | |
tree | 3b1bb810a6f2a4b3c33bd12a9341e8dabe2c4680 | |
parent | 8900fd676735ba353ce7434693f266b6991b77eb (diff) |
-Werror,-Wunused-variable
Change-Id: Ic0801e224750cccee3d91c742fcb67cb0472124f
-rw-r--r-- | oox/source/core/fragmenthandler2.cxx | 2 |
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() ); |