diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-12 09:07:08 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-12-12 09:38:59 +0000 |
commit | 9e4028b4fce0c93ae08005ae4f77c4154a42a08d (patch) | |
tree | 9ae60020a4e13104a87289c73107b5a80cb69f03 /rsc | |
parent | 38d2abde15fb4954a763bd31921a78ea660e54e5 (diff) |
aString unused
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/rsc/rsc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx index a7bada7b3217..2aaf9a6c3314 100644 --- a/rsc/source/rsc/rsc.cxx +++ b/rsc/source/rsc/rsc.cxx @@ -118,7 +118,6 @@ RscCmdLine::RscCmdLine( int argc, char ** argv, RscError * pEH ) char * pStr; char ** ppStr; RscPtrPtr aCmdLine; // Kommandozeile - ByteString aString; sal_uInt32 i; sal_Bool bOutputSrsIsSet = sal_False; |