summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-14 21:02:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 21:02:40 +0100
commitab5d1fbfb4956ec431dbceb6b4cc65f7b12e5c5f (patch)
tree9a8a9a87526b4da881a364dd557ea9002e6a6b5b /connectivity
parentbcd594902c366443f0d17b7599267793ac6da204 (diff)
SAL_WARN_UNUSED com::sun::star::uno::Any
Change-Id: I9058044d13f696e07667dce706f6c311af6dbea0
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/parameters.cxx1
-rw-r--r--connectivity/source/drivers/file/FColumns.cxx1
-rw-r--r--connectivity/source/drivers/postgresql/pq_xcontainer.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index 2b658c5e5d17..678bdae536d1 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -551,7 +551,6 @@ namespace dbtools
const OUString* pDetailFields = m_aDetailFields.getConstArray();
sal_Int32 nMasterLen = m_aMasterFields.getLength();
- Any aParamType, aScale, aValue;
// loop through all master fields. For each of them, get the respective column from the
// parent , and forward it's current value as paramter value to the (inner) row set
diff --git a/connectivity/source/drivers/file/FColumns.cxx b/connectivity/source/drivers/file/FColumns.cxx
index c134c14ce162..1633812df86a 100644
--- a/connectivity/source/drivers/file/FColumns.cxx
+++ b/connectivity/source/drivers/file/FColumns.cxx
@@ -37,7 +37,6 @@ using namespace ::com::sun::star::lang;
sdbcx::ObjectType OColumns::createObject(const OUString& _rName)
{
- const Any aCatalog;
const OUString sCatalogName;
const OUString sSchemaName(m_pTable->getSchema());
const OUString sTableName(m_pTable->getName());
diff --git a/connectivity/source/drivers/postgresql/pq_xcontainer.cxx b/connectivity/source/drivers/postgresql/pq_xcontainer.cxx
index d4844a687e2e..3ff17784aa4b 100644
--- a/connectivity/source/drivers/postgresql/pq_xcontainer.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xcontainer.cxx
@@ -376,7 +376,6 @@ void Container::dropByIndex( sal_Int32 index )
}
}
- Any oldElement = m_values[index];
for( int i = index +1 ; i < m_values.getLength() ; i ++ )
{
m_values[i-1] = m_values[i];