summaryrefslogtreecommitdiffstats
path: root/include/editeng/editobj.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-08-24 11:31:34 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-08-24 17:16:56 -0400
commit9ae7d6762b81adfdbd87034652cb2d4550a6dcf8 (patch)
tree8ac0a5a6ca5d6d498cc9e83da31bdfeaf7254d7e /include/editeng/editobj.hxx
parentWe can simplify this one too. (diff)
downloadcore-9ae7d6762b81adfdbd87034652cb2d4550a6dcf8.tar.gz
core-9ae7d6762b81adfdbd87034652cb2d4550a6dcf8.zip
Change of plan - we need to include feature attributes here as well.
Change-Id: I431b7ff79cffd5c9a7ff06f41a2fdd56bf2f968c
Diffstat (limited to 'include/editeng/editobj.hxx')
-rw-r--r--include/editeng/editobj.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx
index c61f682672da..53b4cbfd0cb0 100644
--- a/include/editeng/editobj.hxx
+++ b/include/editeng/editobj.hxx
@@ -107,8 +107,6 @@ public:
* Sections never overlap each other; if an attribute was applied to [0-6]
* and another applied to [3-10], you would get 3 sections that are [0-3],
* [3-6] and [6-10].
- *
- * <p>Note that this method skips field attributes.</p>
*/
void GetAllSectionAttributes( std::vector<editeng::SectionAttribute>& rAttrs ) const;