diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-02-12 16:47:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-02-12 16:06:46 +0000 |
commit | 8aff36d87f83fa2c86515f106c1e579b0903421a (patch) | |
tree | b241462bacf64f990dd827435d57167b4087d965 /dbaccess | |
parent | c26d6edbc1eef6b525c4073e2ed798234987efab (diff) |
Various typos about property
Change-Id: I7585a1346fb19a886240db8dd393554efee862cc
Reviewed-on: https://gerrit.libreoffice.org/34174
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/tabledesign/FieldDescriptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx index 52cb0595527b..9476b33912a0 100644 --- a/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx +++ b/dbaccess/source/ui/tabledesign/FieldDescriptions.cxx @@ -97,7 +97,7 @@ OFieldDescription::OFieldDescription(const Reference< XPropertySet >& xAffectedC ,m_bIsCurrency(false) ,m_bHidden(false) { - OSL_ENSURE(xAffectedCol.is(),"PropetySet can not be null!"); + OSL_ENSURE(xAffectedCol.is(),"PropertySet can not be null!"); if ( xAffectedCol.is() ) { if ( _bUseAsDest ) |