summaryrefslogtreecommitdiff
path: root/extensions
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 /extensions
parent6589e01589ee5092318aafd47102f9e5b55c7a90 (diff)
removed unused const rtl::OUString
Change-Id: If02be864f958de96ae1c54fe575b1828410390b1
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/bibconfig.cxx1
-rw-r--r--extensions/source/bibliography/datman.cxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/extensions/source/bibliography/bibconfig.cxx b/extensions/source/bibliography/bibconfig.cxx
index b97c91090385..3492e834e66b 100644
--- a/extensions/source/bibliography/bibconfig.cxx
+++ b/extensions/source/bibliography/bibconfig.cxx
@@ -256,7 +256,6 @@ void BibConfig::Commit()
}
PutProperties(aPropertyNames, aValues);
ClearNodeSet( C2U(cDataSourceHistory));
- OUString sEmpty;
Sequence< PropertyValue > aNodeValues(pMappingsArr->Count() * 3);
PropertyValue* pNodeValues = aNodeValues.getArray();
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index 27369e9cbc1a..b036674ff92d 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -125,7 +125,6 @@ Reference< XConnection > getConnection(const ::rtl::OUString& _rURL)
if (xDataSource.is())
{
// need user/pwd for this
- ::rtl::OUString sUser, sPwd;
Reference< XPropertySet > xDataSourceProps(xDataSource, UNO_QUERY);
Reference< XCompletedConnection > xComplConn(xDataSource, UNO_QUERY);
try
@@ -1079,7 +1078,6 @@ void BibDataManager::startQueryWith(const ::rtl::OUString& rQuery)
void BibDataManager::setActiveDataSource(const ::rtl::OUString& rURL)
{
- ::rtl::OUString uTable;
::rtl::OUString sTmp(aDataSourceURL);
aDataSourceURL = rURL;