summaryrefslogtreecommitdiff
path: root/desktop
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
parent6589e01589ee5092318aafd47102f9e5b55c7a90 (diff)
removed unused const rtl::OUString
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/appinit.cxx1
-rw-r--r--desktop/source/app/langselect.cxx1
-rw-r--r--desktop/source/migration/migration.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx
index 6741f04b0eb3..f1896956ddbd 100644
--- a/desktop/source/app/appinit.cxx
+++ b/desktop/source/app/appinit.cxx
@@ -206,7 +206,6 @@ void Desktop::RegisterServices()
RTL_LOGFILE_CONTEXT( aLog, "desktop (cd100003) ::registerServices" );
// read command line parameters
- ::rtl::OUString aClientDisplay;
sal_Bool bHeadlessMode = sal_False;
// interpret command line arguments
diff --git a/desktop/source/app/langselect.cxx b/desktop/source/app/langselect.cxx
index b74643479b94..4bfa8b5d597e 100644
--- a/desktop/source/app/langselect.cxx
+++ b/desktop/source/app/langselect.cxx
@@ -435,7 +435,6 @@ sal_Bool LanguageSelection::isInstalledLanguage(OUString& usLocale, sal_Bool bEx
if (!bInstalled && !bExact)
{
// no exact match was found, well try to find a substitute
- OUString aInstalledLocale;
for (sal_Int32 i=0; i<seqLanguages.getLength(); i++)
{
if (usLocale.indexOf(seqLanguages[i]) == 0)
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)
{