summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/paramdialog.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:20:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:20:32 +0000
commit13110b81ee7075efbf258f57659aa14c04f2ad4a (patch)
treebe1520bd81df6f00e6b08c049790660530a5185d /dbaccess/source/ui/dlg/paramdialog.cxx
parentINTEGRATION: CWS hr50 (1.22.6); FILE MERGED (diff)
downloadcore-13110b81ee7075efbf258f57659aa14c04f2ad4a.tar.gz
core-13110b81ee7075efbf258f57659aa14c04f2ad4a.zip
INTEGRATION: CWS hr50 (1.17.178); FILE MERGED
2008/04/11 12:26:39 hr 1.17.178.1: #i86574#: fix warning (gcc-4.2.3)
Diffstat (limited to 'dbaccess/source/ui/dlg/paramdialog.cxx')
-rw-r--r--dbaccess/source/ui/dlg/paramdialog.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/paramdialog.cxx b/dbaccess/source/ui/dlg/paramdialog.cxx
index 1b342d1ce2b3..094b4ca727c1 100644
--- a/dbaccess/source/ui/dlg/paramdialog.cxx
+++ b/dbaccess/source/ui/dlg/paramdialog.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: paramdialog.cxx,v $
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
* This file is part of OpenOffice.org.
*
@@ -123,8 +123,9 @@ DBG_NAME(OParameterDialog)
if (_rxORB.is())
m_xFormatter = Reference< XNumberFormatter>(_rxORB->createInstance(
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.util.NumberFormatter"))), UNO_QUERY);
- else
+ else {
DBG_ERROR("OParameterDialog::OParameterDialog: need a service factory!");
+ }
Reference< XNumberFormatsSupplier > xNumberFormats = ::dbtools::getNumberFormats(m_xConnection, sal_True);
if (!xNumberFormats.is())