From 86652eb4f74279a360f5fac160b4b4a66c9bc600 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Mon, 3 Feb 2014 11:27:30 +0100 Subject: Document a bit. Change-Id: Ic62acc3eeb4e3526cc6b7366f51f5f3bf69528c1 --- sw/source/ui/inc/wrtsh.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sw') 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: -- cgit