diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-29 16:56:44 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-30 15:57:12 +0000 |
commit | 1a8915ef8302b13b781977209ae1fa41f5f659dc (patch) | |
tree | e9215b569101c82e3e94dee17f38b5a1a9f5b3f9 /include/svx/svdmrkv.hxx | |
parent | f82e6424075cbc5f4a3766f5f6e28314c249f3f0 (diff) |
Fix typos
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e
Reviewed-on: https://gerrit.libreoffice.org/16582
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include/svx/svdmrkv.hxx')
-rw-r--r-- | include/svx/svdmrkv.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdmrkv.hxx b/include/svx/svdmrkv.hxx index 8a16568ed2f1..186a33b1eacd 100644 --- a/include/svx/svdmrkv.hxx +++ b/include/svx/svdmrkv.hxx @@ -36,7 +36,7 @@ enum class SdrSearchOptions WHOLEPAGE = 0x0004, /* Not just the ObjList of PageView */ TESTMARKABLE = 0x0008, /* just markable Objekte/Punkte/Handles/... */ TESTMACRO = 0x0010, /* Just objects with macro */ - TESTTEXTEDIT = 0x0020, /* Just TextEdit-enabed objects */ + TESTTEXTEDIT = 0x0020, /* Just TextEdit-enabled objects */ WITHTEXT = 0x0040, /* Just objects with text */ TESTTEXTAREA = 0x0080, /* The textarea of objects with text (TextEditHit) */ BACKWARD = 0x0100, /* Backwards search */ |