summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-27 17:01:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 14:00:04 +0100
commit1ff534a3a048574fc73fc94615ba2de84f16168d (patch)
tree2d28e9432b2583d23e45c2195231e8ec5e67b7f5 /connectivity
parent77a39107b1d629022d3ba8711f7a7051e9461280 (diff)
-Werror,-Wunused-variable
Change-Id: Iaa58497f5c38dd69a8f98a7febb051cc2e3e5301
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/ado/AColumn.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/connectivity/source/drivers/ado/AColumn.cxx b/connectivity/source/drivers/ado/AColumn.cxx
index e1a98033a00f..65f2d4a3fb6f 100644
--- a/connectivity/source/drivers/ado/AColumn.cxx
+++ b/connectivity/source/drivers/ado/AColumn.cxx
@@ -249,16 +249,6 @@ void OAdoColumn::fillPropertyValues()
m_Description = OTools::getValue( aProps, OUString("Description") );
m_DefaultValue = OTools::getValue( aProps, OUString("Default") );
-
-#if OSL_DEBUG_LEVEL > 0
- sal_Int32 nCount = aProps.GetItemCount();
- for (sal_Int32 i = 0; i<nCount; ++i)
- {
- WpADOProperty aProp = aProps.GetItem(i);
- OUString sName = aProp.GetName();
- OUString sVal = aProp.GetValue();
- }
-#endif
}
}
}