summaryrefslogtreecommitdiff
path: root/desktop/source/migration/migration.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-18 22:56:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-18 22:56:54 +0900
commit00f1180c9628b267bef5884b2e0b9635d7117a1b (patch)
treec610f2bf93d43bf4180d98749ccf00a471290137 /desktop/source/migration/migration.cxx
parent6589e01589ee5092318aafd47102f9e5b55c7a90 (diff)
removed unused const rtl::OUString
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
Diffstat (limited to 'desktop/source/migration/migration.cxx')
-rw-r--r--desktop/source/migration/migration.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/migration/migration.cxx b/desktop/source/migration/migration.cxx
index bb4d6e80570e..583edec17049 100644
--- a/desktop/source/migration/migration.cxx
+++ b/desktop/source/migration/migration.cxx
@@ -1143,7 +1143,6 @@ void MigrationImpl::compareOldAndNewConfig(const ::rtl::OUString& sParent,
sSibling = it->m_sCommandURL;
}
- ::rtl::OUString sNewSibling;
uno::Reference< container::XIndexContainer > xPopup;
for (it = vNewItems.begin(); it!=vNewItems.end(); ++it)
{