diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-27 13:05:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 13:59:59 +0100 |
commit | f174e02434dd28e11894a4c6807c49c5ce7742d4 (patch) | |
tree | 499e38ef1a4b2e5f9e72829921f7be907faf35a8 /tools | |
parent | 31927f9703d8d1fbe90c39c58886bcfdb63e3b03 (diff) |
-Werror,-Wunused-variable
Change-Id: I07f77584b1c8848a17dc2be94a8f90aef2e02ef8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/strmwnt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/stream/strmwnt.cxx b/tools/source/stream/strmwnt.cxx index e73f1b41a1e5..954ef05716f5 100644 --- a/tools/source/stream/strmwnt.cxx +++ b/tools/source/stream/strmwnt.cxx @@ -109,7 +109,7 @@ SvFileStream::SvFileStream( const OUString& rFileName, StreamMode nMode ) SetBufferSize( 8192 ); // convert URL to SystemPath, if necessary - OUString aFileName, aNormPath; + OUString aFileName; if ( FileBase::getSystemPathFromFileURL( rFileName, aFileName ) != FileBase::E_None ) aFileName = rFileName; |