summaryrefslogtreecommitdiff
path: root/dbaccess/source/core
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-28 21:11:28 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-01 22:38:24 +0200
commitdaebba1c296b9baa194b9052127810497a1c9f20 (patch)
treec67cd8e8cce878c6f5f2fec9d9e1192025530cbb /dbaccess/source/core
parent57b7873e3ed62e3acb8334a98864c4ebfca302c8 (diff)
Fix typo
Change-Id: I0def9e55b25aec0920e1a6aafb9f4c75ad6a06f7 Reviewed-on: https://gerrit.libreoffice.org/71635 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess/source/core')
-rw-r--r--dbaccess/source/core/api/query.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/core/api/query.cxx b/dbaccess/source/core/api/query.cxx
index cac86edf8e2b..c690ca756a3b 100644
--- a/dbaccess/source/core/api/query.cxx
+++ b/dbaccess/source/core/api/query.cxx
@@ -330,7 +330,7 @@ void SAL_CALL OQuery::rename( const OUString& newName )
void OQuery::registerProperties()
{
// the properties which OCommandBase supplies (it has no own registration, as it's not derived from
- // a OPropertyStateContainer)
+ // an OPropertyStateContainer)
registerProperty(PROPERTY_NAME, PROPERTY_ID_NAME, PropertyAttribute::BOUND|PropertyAttribute::CONSTRAINED,
&m_sElementName, cppu::UnoType<decltype(m_sElementName)>::get());