summaryrefslogtreecommitdiffstats
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-06-05 11:03:01 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-06-05 12:59:07 +0200
commit55a28d5d8edfb3f0f42bab497718bdfe22113d48 (patch)
tree64430abc1019bbeaf58e9a51a3c35195757f783f /include/sfx2/objsh.hxx
parentUpcoming loplugin:elidestringvar: svtools (diff)
downloadcore-55a28d5d8edfb3f0f42bab497718bdfe22113d48.tar.gz
core-55a28d5d8edfb3f0f42bab497718bdfe22113d48.zip
sfx2: add doxygen doc for SfxViewShell
And link SfxObjectShell <-> SfxViewShell with each other to help understanding what they do. Change-Id: I7db2d609deaa89061449b72e4c4d8736447685c7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95579 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index be90b2bfa18f..98a00a44b3cb 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -167,6 +167,7 @@ enum class SfxObjectCreateMode
The class SfxObjectShell is the base class for SFx-objects, ie documents
and parts of documents that can be integrated as separate objects
into foreign objects.
+ There can be multiple edit windows (SfxViewShell) for one SfxObjectShell.
*/
struct TransferableObjectDescriptor;