summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:21 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-07 07:06:20 +0200
commit0cb40b6f02e4072de4aafd2b741a808fe1d34f96 (patch)
treef88bed385c47ce28a47f0640a8df61a9871bc410 /forms
parentf158398de86aa204017091a294caed06a0221599 (diff)
Fix typo
Change-Id: I577cecc9b5c73a999b0e38478adf71c527210619 Reviewed-on: https://gerrit.libreoffice.org/73635 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-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