diff options
Diffstat (limited to 'forms/source')
-rw-r--r-- | forms/source/component/FormattedField.hxx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/forms/source/component/FormattedField.hxx b/forms/source/component/FormattedField.hxx index e4749b5f39a3..80e085e18da3 100644 --- a/forms/source/component/FormattedField.hxx +++ b/forms/source/component/FormattedField.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FormattedField.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2004-04-02 10:52:52 $ + * last change: $Author: rt $ $Date: 2004-07-06 13:38:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,9 +104,6 @@ namespace frm sal_Bool m_bOriginalNumeric : 1, m_bNumeric : 1; // analog fuer TreatAsNumeric-Property - static ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier > s_xDefaultFormatter; - // falls ich wirklich mal einen selber benutzen muss, wird der zwischen allen Instanzen geteilt - protected: ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier> calcDefaultFormatsSupplier() const; ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatsSupplier> calcFormFormatsSupplier() const; |