summaryrefslogtreecommitdiff
path: root/forms/source/component/FormattedField.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-02-13 17:35:58 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-13 17:35:58 +0100
commit8add7525175749499cb8f6cc24e23e434beb49e9 (patch)
treeaa423dd2dcc0092b54fa503e29649b09ed7ad29d /forms/source/component/FormattedField.cxx
parente66aaababcd2bb4b660f798a06d518e394c1c855 (diff)
Remove bogus comments
Diffstat (limited to 'forms/source/component/FormattedField.cxx')
-rw-r--r--forms/source/component/FormattedField.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx
index 0ada79edcf81..961c0d7e9207 100644
--- a/forms/source/component/FormattedField.cxx
+++ b/forms/source/component/FormattedField.cxx
@@ -127,7 +127,7 @@ StandardFormatsSupplier::StandardFormatsSupplier(const Reference< XMultiServiceF
{
SetNumberFormatter(m_pMyPrivateFormatter);
- // #i29147# - 2004-06-18 - fs@openoffice.org
+ // #i29147#
::utl::DesktopTerminationObserver::registerTerminationListener( this );
}
@@ -184,7 +184,7 @@ void StandardFormatsSupplier::notifyTermination()
Reference< XNumberFormatsSupplier > xKeepAlive = this;
// when the application is terminating, release our static reference so that we are cleared/destructed
// earlier than upon unloading the library
- // #i29147# - 2004-06-18 - fs@openoffice.org
+ // #i29147#
s_xDefaultFormatsSupplier = WeakReference< XNumberFormatsSupplier >( );
SetNumberFormatter( NULL );
@@ -689,7 +689,6 @@ void OFormattedModel::loaded(const EventObject& rEvent) throw ( ::com::sun::star
// property requests and one for our own code. This would need a lot of code rewriting
// alternative b): The NumberFormatter has to be really threadsafe (with an own mutex), which is
// the only "clean" solution for me.
- // FS - 69603 - 02.11.99
SolarMutexGuard aGuard;
OEditBaseModel::loaded(rEvent);