summaryrefslogtreecommitdiff
path: root/forms/source/misc
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/misc
parente66aaababcd2bb4b660f798a06d518e394c1c855 (diff)
Remove bogus comments
Diffstat (limited to 'forms/source/misc')
-rw-r--r--forms/source/misc/InterfaceContainer.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index 7374370c0b2c..8fff1f79fa20 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -554,7 +554,6 @@ void SAL_CALL OInterfaceContainer::read( const Reference< XObjectInputStream >&
// after ::read the object is expected to be in the state it was when ::write was called, so we have
// to empty ourself here
- // FS - 71598 - 12.01.00
while (getCount())
removeByIndex(0);
@@ -583,7 +582,6 @@ void SAL_CALL OInterfaceContainer::read( const Reference< XObjectInputStream >&
if ( !xObj.is() )
// couldn't handle it
throw;
- // 72133 - 09.02.00 - FS
}
catch(Exception&)
{