summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/paramdialog.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-17 22:36:29 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-17 22:44:43 +0900
commit9902f0ee3d7b22e4984be7225370fb552da03838 (patch)
tree69d7fa35977328f6a605cc389177ab4ee353bedc /dbaccess/source/ui/dlg/paramdialog.cxx
parentac6833f97921981050722bee3d3cfa13f0897566 (diff)
removed unused const rtl::OUString
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
Diffstat (limited to 'dbaccess/source/ui/dlg/paramdialog.cxx')
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/paramdialog.cxx b/dbaccess/source/ui/dlg/paramdialog.cxx
index 9e9333285840..d5803492992a 100644
--- a/dbaccess/source/ui/dlg/paramdialog.cxx
+++ b/dbaccess/source/ui/dlg/paramdialog.cxx
@@ -270,7 +270,6 @@ DBG_NAME(OParameterDialog)
// write the parameters
try
{
- ::rtl::OUString sError;
PropertyValue* pValues = m_aFinalValues.getArray();
for (sal_Int32 i = 0, nCount = m_xParams->getCount(); i<nCount; ++i, ++pValues)
{