INTEGRATION: CWS dba13 (1.10.32); FILE MERGED

2004/06/18 13:53:14 fs 1.10.32.1: #i29828# clear the shared formatter instance earlier than upon library unloading
This commit is contained in:
Rüdiger Timm 2004-07-06 12:38:27 +00:00
parent 74961779fe
commit 304b7d10d4

View file

@ -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;