summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forms/source/misc/InterfaceContainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index d7ef5363cbe6..6c24a53dd812 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -525,7 +525,7 @@ void SAL_CALL OInterfaceContainer::read( const Reference< XObjectInputStream >&
catch(const WrongFormatException&)
{
// the object could not be read
- // create a object (so the readEvents below will assign the events to the right controls)
+ // create an object (so the readEvents below will assign the events to the right controls)
xObj = lcl_createPlaceHolder( m_xContext );
if ( !xObj.is() )
// couldn't handle it