diff options
-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: |