summaryrefslogtreecommitdiff
path: root/forms/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-07-06 12:38:27 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-07-06 12:38:27 +0000
commit304b7d10d49777b7f9f7e24322c3a31ec17df419 (patch)
tree3874e4498d6c613420b3fabd5eab1b0330e7d088 /forms/source
parent74961779fe381d89462f20ad4ea3224b897069f2 (diff)
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
Diffstat (limited to 'forms/source')
-rw-r--r--forms/source/component/FormattedField.hxx7
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;