summaryrefslogtreecommitdiff
path: root/forms/source/component/FormattedField.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2000-11-09 16:25:12 +0000
committerOliver Bolte <obo@openoffice.org>2000-11-09 16:25:12 +0000
commit3fb7608aabdbf70827fc5add6e123bb4b115da24 (patch)
tree30bfaf46a211749a7c4320f0f0b70acb3b7979d5 /forms/source/component/FormattedField.cxx
parent3edf021cad2746314c09f22519d5998ae6b52f7b (diff)
withou staruno namespace
Diffstat (limited to 'forms/source/component/FormattedField.cxx')
-rw-r--r--forms/source/component/FormattedField.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx
index 00feae8b03af..94ca30cb7e8b 100644
--- a/forms/source/component/FormattedField.cxx
+++ b/forms/source/component/FormattedField.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FormattedField.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2000-11-07 17:49:55 $
+ * last change: $Author: obo $ $Date: 2000-11-09 17:25:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -267,7 +267,7 @@ protected:
//------------------------------------------------------------------
-StandardFormatsSupplier::StandardFormatsSupplier(const staruno::Reference<starlang::XMultiServiceFactory>& _rxFactory)
+StandardFormatsSupplier::StandardFormatsSupplier(const com::sun::star::uno::Reference< starlang::XMultiServiceFactory > & _rxFactory)
:SvNumberFormatsSupplierObj()
,m_pMyPrivateFormatter(new SvNumberFormatter(_rxFactory, Application::GetAppInternational().GetLanguage()))
{