diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 03:12:24 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 03:14:01 +0100 |
commit | 89003e9bd84634ac252c7cace5c7dfb53af1126d (patch) | |
tree | f0b18c53ac327db6cd0d9864fad80bf5699eec12 /fpicker | |
parent | 405caad685edd0ba914789bda01b5dc9b3030773 (diff) |
loplugin: unused variables
Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx index 81071c2453a7..b9bbe02b4f8c 100644 --- a/fpicker/source/office/OfficeFilePicker.cxx +++ b/fpicker/source/office/OfficeFilePicker.cxx @@ -165,7 +165,6 @@ void SvtFilePicker::prepareExecute() aPath.insertName( m_aDefaultName ); getDialog()->SetHasFilename( true ); } - String sPath = aPath.GetMainURL( INetURLObject::NO_DECODE ); getDialog()->SetPath( aPath.GetMainURL( INetURLObject::NO_DECODE ) ); } else if ( !m_aDefaultName.isEmpty() ) |