diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-02-03 11:27:30 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-02-03 19:09:18 +0100 |
commit | 86652eb4f74279a360f5fac160b4b4a66c9bc600 (patch) | |
tree | 85c210f0bd2584fcfc8afc4621b841190475596b /sw | |
parent | cf728ae8f2d4978b83460aff5b4e595e748233b2 (diff) |
Document a bit.
Change-Id: Ic62acc3eeb4e3526cc6b7366f51f5f3bf69528c1
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/wrtsh.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx index 2b1c922df595..8ec265c3773e 100644 --- a/sw/source/ui/inc/wrtsh.hxx +++ b/sw/source/ui/inc/wrtsh.hxx @@ -73,7 +73,11 @@ namespace nsSelectionType const SelectionType SEL_POSTIT = 0x020000; //annotation } +/** Used by the UI to modify the document model. +Eg. the Insert() method will take the current cursor position, insert the +string, and take care of undo etc. +*/ class SW_DLLPUBLIC SwWrtShell: public SwFEShell { private: |