summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-12 16:47:25 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-12 16:06:46 +0000
commit8aff36d87f83fa2c86515f106c1e579b0903421a (patch)
treeb241462bacf64f990dd827435d57167b4087d965 /dbaccess
parentc26d6edbc1eef6b525c4073e2ed798234987efab (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.cxx2
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 )