diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 12:32:14 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-24 17:44:31 +0100 |
commit | d5caf6898b384de8465179341e8f0ccf66b06b2b (patch) | |
tree | 979dc56521b1baad8d6db4ef336d3c19b8b419d2 /scripting | |
parent | 10f4ddc9a5e28b33ad2bffe6cd3e4aaab920f872 (diff) |
loplugin: unused variables
Change-Id: I7fc203900256839e679bf73b717d121fedc42087
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/stringresource/stringresource.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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(); |