diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-22 16:12:09 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-22 16:12:09 +0300 |
commit | 73f65ac3ef713cc53c53da301785e35b36528504 (patch) | |
tree | 43965dc7d6a664e8e9942d00311769e1cb548c5c /sw | |
parent | 60c43d81ad4fa2ee587527d18522ac34148af2f2 (diff) |
WaE: unused variable 'aFileNameBase'
Change-Id: I26cf27c7edc51d0a28e228c56465c3ec2ad7d35e
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/core/macros-test.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/core/macros-test.cxx b/sw/qa/core/macros-test.cxx index faa97c53a4a9..7a7d804ffcc1 100644 --- a/sw/qa/core/macros-test.cxx +++ b/sw/qa/core/macros-test.cxx @@ -195,7 +195,6 @@ void SwMacrosTest::testFdo55289() void SwMacrosTest::testFdo68983() { - const OUString aFileNameBase("StarBasic."); OUString aFileName; createFileURL("fdo68983.", "odt", aFileName); Reference< com::sun::star::lang::XComponent > xComponent = |