summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:01:54 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:41:11 +0200
commit5f684581126028798eb82ba5904179b36dac9841 (patch)
tree2ca33aeb21c476824ae644cdb36aee6ec9eaf374 /connectivity
parent78ced6235b0a0f043d9e9618cd8758a8e6f34d33 (diff)
delete more code that was commented out
Change-Id: I8a37b482ca4abb440691b2490e43ecd93a8dbbc5
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/dbtools.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx
index 341fa30b8981..6ba64ddff9ed 100644
--- a/connectivity/source/commontools/dbtools.cxx
+++ b/connectivity/source/commontools/dbtools.cxx
@@ -218,7 +218,6 @@ sal_Int32 getDefaultNumberFormat(sal_Int32 _nDataType,
case DataType::REF:
default:
nFormat = _xTypes->getStandardFormat(NumberFormat::UNDEFINED, _rLocale);
- //nFormat = NumberFormat::UNDEFINED;
}
return nFormat;
}