diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 17:58:02 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 19:24:52 +0000 |
commit | 7b3825c66e7a7d7430404637261c41fd1ef0fbf8 (patch) | |
tree | b00c3d09f075a84e44ddedc5db704fb4e6bad29f /svx/source/form | |
parent | 00b54bd32c0780f945fd99f97df3e448b41b5afe (diff) |
Typos
Change-Id: Id1b96b56b16ebf2d8a99dd6fb64c73906dfd598f
Reviewed-on: https://gerrit.libreoffice.org/35435
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/dataaccessdescriptor.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/dataaccessdescriptor.cxx b/svx/source/form/dataaccessdescriptor.cxx index b4ca33928b51..e2c675c5b3ab 100644 --- a/svx/source/form/dataaccessdescriptor.cxx +++ b/svx/source/form/dataaccessdescriptor.cxx @@ -178,7 +178,7 @@ namespace svx static MapString2PropertyEntry s_aProperties; if ( s_aProperties.empty() ) { - static PropertyMapEntry const s_aDesriptorProperties[] = + static PropertyMapEntry const s_aDescriptorProperties[] = { { OUString("ActiveConnection"), DataAccessDescriptorProperty::Connection, }, { OUString("BookmarkSelection"), DataAccessDescriptorProperty::BookmarkSelection, }, @@ -196,8 +196,8 @@ namespace svx { OUString("Selection"), DataAccessDescriptorProperty::Selection, } }; - for (unsigned i=0; i<SAL_N_ELEMENTS(s_aDesriptorProperties); ++i) - s_aProperties[ s_aDesriptorProperties[i].maName ] = &s_aDesriptorProperties[i]; + for (unsigned i=0; i<SAL_N_ELEMENTS(s_aDescriptorProperties); ++i) + s_aProperties[ s_aDescriptorProperties[i].maName ] = &s_aDescriptorProperties[i]; } return s_aProperties; |