summaryrefslogtreecommitdiff
path: root/forms/source/component/ComboBox.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-12-11 11:28:20 +0000
committerKurt Zenker <kz@openoffice.org>2003-12-11 11:28:20 +0000
commit6a98e7ac88e0049cbf761bb4c74d13df7bcdfb4d (patch)
treed70f6806929cd926dd1ce972a03611b422a4876f /forms/source/component/ComboBox.cxx
parentace1b66f144ba60d1017cad18824188a64692d8f (diff)
INTEGRATION: CWS frmcontrols01 (1.20.2); FILE MERGED
2003/11/04 12:23:06 fs 1.20.2.1: whitespacing
Diffstat (limited to 'forms/source/component/ComboBox.cxx')
-rw-r--r--forms/source/component/ComboBox.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/component/ComboBox.cxx b/forms/source/component/ComboBox.cxx
index 16e75635fe88..46638a8cbef0 100644
--- a/forms/source/component/ComboBox.cxx
+++ b/forms/source/component/ComboBox.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ComboBox.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 10:15:25 $
+ * last change: $Author: kz $ $Date: 2003-12-11 12:28:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -789,8 +789,8 @@ void OComboBoxModel::onConnectedDbColumn( const Reference< XInterface >& _rxForm
if (xSupplier.is())
{
m_xFormatter = Reference<XNumberFormatter>(
- m_xServiceFactory->createInstance(FRM_NUMBER_FORMATTER), UNO_QUERY
- );
+ m_xServiceFactory->createInstance(FRM_NUMBER_FORMATTER), UNO_QUERY
+ );
if (m_xFormatter.is())
m_xFormatter->attachNumberFormatsSupplier(xSupplier);