diff options
author | matteocam <matteo.campanelli@gmail.com> | 2014-05-31 02:14:50 -0400 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2014-06-30 22:54:40 +0200 |
commit | f9e020227afc498a32e24eb731a26587036d53bc (patch) | |
tree | c85ce5937ddbcd954440c9a55a3c3a9815fc0353 /include | |
parent | c7d80ccb4c915f7f0b3c9ddf88ef807504561f6c (diff) |
Added case in editdoc.cxx
Change-Id: I572d79dfd770eaa13d24b27f1c689a059cb79153
(cherry picked from commit 073be3ab511a33e639135703caa2229c1f105b54)
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/eeitem.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/editeng/eeitem.hxx b/include/editeng/eeitem.hxx index 84a7296b9224..19393957e6bf 100644 --- a/include/editeng/eeitem.hxx +++ b/include/editeng/eeitem.hxx @@ -24,7 +24,8 @@ /* * NOTE: Changes in this file will probably require - * consistent changes in eerdll.cxx as well. + * consistent changes in eerdll.cxx and editdoc.cxx + * as well. */ #define EE_ITEMS_START (OWN_ATTR_VALUE_END+1) |