summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-10-16 15:14:59 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2015-10-16 15:16:06 +0200
commite00697d9738196f11f331335b256d7bacc17277d (patch)
tree4221ee15d7f0a47363a496d4eb0ca387d620f4ac
parente6c329cc55af00fec99ada5cac15b2d4752b7474 (diff)
typo in comment
Change-Id: I8af65365c6a405bf0458c26af802d400da51cd57
-rw-r--r--svx/source/fmcomp/gridcell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 2c5847a157f4..5fcf31df9a95 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 );