summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/dbdata.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-02-25 05:41:44 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-02-25 05:43:16 +0100
commit76b3e61bb4ac66decd7800ef309f3241e77d538f (patch)
tree6b5f3e8a2c644386f6569b009237ee63040bcde2 /sc/source/core/tool/dbdata.cxx
parent7cbeac07d21413443889e6ee777a428782e746ae (diff)
loplugin: unused variables
Change-Id: I07b82471f0f32e9e894d4eb392beedeafc6be0c7
Diffstat (limited to 'sc/source/core/tool/dbdata.cxx')
-rw-r--r--sc/source/core/tool/dbdata.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/dbdata.cxx b/sc/source/core/tool/dbdata.cxx
index ca3d5e208624..6b773c3c86c8 100644
--- a/sc/source/core/tool/dbdata.cxx
+++ b/sc/source/core/tool/dbdata.cxx
@@ -784,7 +784,6 @@ ScDBData* ScDBCollection::AnonDBs::getByRange(const ScRange& rRange)
void ScDBCollection::AnonDBs::insert(ScDBData* p)
{
- rtl::OUString aName(RTL_CONSTASCII_USTRINGPARAM(STR_DB_GLOBAL_NONAME));
SAL_WNODEPRECATED_DECLARATIONS_PUSH
::std::auto_ptr<ScDBData> pNew(p);
SAL_WNODEPRECATED_DECLARATIONS_POP