From d5caf6898b384de8465179341e8f0ccf66b06b2b Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sun, 24 Feb 2013 12:32:14 +0100 Subject: loplugin: unused variables Change-Id: I7fc203900256839e679bf73b717d121fedc42087 --- scripting/source/stringresource/stringresource.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'scripting') diff --git a/scripting/source/stringresource/stringresource.cxx b/scripting/source/stringresource/stringresource.cxx index 8b0db02c5089..e88ff5ac740a 100644 --- a/scripting/source/stringresource/stringresource.cxx +++ b/scripting/source/stringresource/stringresource.cxx @@ -1118,9 +1118,6 @@ void StringResourcePersistenceImpl::implStoreAtStorage Reference< io::XStream > xElementStream = Storage->openStreamElement( aStreamName, ElementModes::READWRITE ); - ::rtl::OUString aPropName("MediaType"); - ::rtl::OUString aMime("text/plain"); - // Only create stream without content Reference< io::XOutputStream > xOutputStream = xElementStream->getOutputStream(); xOutputStream->closeOutput(); -- cgit