[Libreoffice-commits] core.git: svx/source
Lionel Elie Mamane
lionel at mamane.lu
Fri Oct 16 06:16:33 PDT 2015
svx/source/fmcomp/gridcell.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e00697d9738196f11f331335b256d7bacc17277d
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Fri Oct 16 15:14:59 2015 +0200
typo in comment
Change-Id: I8af65365c6a405bf0458c26af802d400da51cd57
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 2c5847a..5fcf31d 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -565,7 +565,7 @@ DbCellControl::DbCellControl( DbGridColumn& _rColumn, bool /*_bText*/ )
implDoPropertyListening( FM_PROP_READONLY, false );
implDoPropertyListening( FM_PROP_ENABLED, false );
- // add as listener for all know "value" properties
+ // add as listener for all known "value" properties
implDoPropertyListening( FM_PROP_VALUE, false );
implDoPropertyListening( FM_PROP_STATE, false );
implDoPropertyListening( FM_PROP_TEXT, false );
More information about the Libreoffice-commits
mailing list