summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-10-02 17:46:19 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-10-02 17:46:19 +0200
commit435b7a22786934072c6d60717803fdf95d468991 (patch)
tree5c179094539d0f9ddfc455f57aec739fe9812bb3 /sfx2
parentd07bffc55f7c3f54862bdd5bd7d18692d503cbc5 (diff)
-Werror,-Wunused-variable
Change-Id: I55da6a2df8c65460204f66679156516db1370b07
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/doctemplateslocal.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/doctemplateslocal.cxx b/sfx2/source/doc/doctemplateslocal.cxx
index 3432fdfa6b08..f528701535cd 100644
--- a/sfx2/source/doc/doctemplateslocal.cxx
+++ b/sfx2/source/doc/doctemplateslocal.cxx
@@ -96,8 +96,6 @@ uno::Sequence< beans::StringPair > SAL_CALL DocTemplLocaleHelper::ReadLocalizati
if ( !xContext.is() || !xInStream.is() )
throw uno::RuntimeException();
- uno::Sequence< beans::StringPair > aResult;
-
uno::Reference< xml::sax::XParser > xParser = xml::sax::Parser::create( xContext );
DocTemplLocaleHelper* pHelper = new DocTemplLocaleHelper();