diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-25 19:11:06 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-04-26 09:58:06 -0400 |
commit | e39974617f4a41c6bae23846a2ccadda4042f021 (patch) | |
tree | 5dc131e0d5ee3159164b08392e57c70288ad745a /sc | |
parent | a262e46b6bddc7d819296cf49f84d18f80fdbdad (diff) |
Adjust class description.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/fielduno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx index 82ce9c860382..7c237b2d106e 100644 --- a/sc/inc/fielduno.hxx +++ b/sc/inc/fielduno.hxx @@ -198,8 +198,8 @@ public: }; /** - * Generic UNO wrapper for edit engine's field item. This will eventually - * replace ScCellFieldObj and ScHeaderFieldObj. + * Generic UNO wrapper for edit engine's field item in cells, headers, and + * footers. */ class ScEditFieldObj : public cppu::WeakImplHelper4< com::sun::star::text::XTextField, |