summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-08 10:13:59 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-11 14:27:39 +0200
commitbafd402ddca648a35d2a0059e37abe198e54e44e (patch)
tree09e07ba39720961a78e3cd1d1fa889297b97d040 /dbaccess
parent2de1fd7d8b8bd42c66190140cc4506df0c3367f1 (diff)
Fix typo
Change-Id: I437da2bfedce39379fb6d482ca6341038df1f786 Reviewed-on: https://gerrit.libreoffice.org/72149 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/browser/formadapter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/browser/formadapter.cxx b/dbaccess/source/ui/browser/formadapter.cxx
index 23d665307b0a..cd1400a5c15f 100644
--- a/dbaccess/source/ui/browser/formadapter.cxx
+++ b/dbaccess/source/ui/browser/formadapter.cxx
@@ -1401,7 +1401,7 @@ void SbaXFormAdapter::implInsert(const Any& aElement, sal_Int32 nIndex, const OU
m_aChildren.insert(m_aChildren.begin() + nIndex, xElement);
m_aChildNames.insert(m_aChildNames.begin() + nIndex, sName);
- // listen for a changes of the name
+ // listen for a change of the name
xElementSet->addPropertyChangeListener(PROPERTY_NAME, static_cast<css::beans::XPropertyChangeListener*>(this));
// we are now the parent of the new element