diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2021-03-12 19:27:11 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-03-13 16:30:28 +0100 |
commit | 9932cd89ae238b97090b8447ed50fd1ee8bf19cc (patch) | |
tree | d1d205c8ab2db1be9b8fdec26db4d989ee1743f5 /include/sfx2/devtools/DevelopmentToolChildWindow.hxx | |
parent | 23e07d6b0dac8bab47eb3cd0dafb3d6315af8f20 (diff) |
devtools: document classes and method, remove unneeded methods
This documents DevTools classes and methods. In addition it also
removes some methods that aren't needed anymore.
Change-Id: I550e2ce197d1565b4f770eb7dd59b2195f2230a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112379
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/sfx2/devtools/DevelopmentToolChildWindow.hxx')
-rw-r--r-- | include/sfx2/devtools/DevelopmentToolChildWindow.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sfx2/devtools/DevelopmentToolChildWindow.hxx b/include/sfx2/devtools/DevelopmentToolChildWindow.hxx index adf5adf44980..d78ac5c2e2ce 100644 --- a/include/sfx2/devtools/DevelopmentToolChildWindow.hxx +++ b/include/sfx2/devtools/DevelopmentToolChildWindow.hxx @@ -13,6 +13,9 @@ #include <sfx2/dllapi.h> #include <sfx2/childwin.hxx> +/** + * Necessary child window for the development tools docking window + */ class SAL_WARN_UNUSED SFX2_DLLPUBLIC DevelopmentToolChildWindow final : public SfxChildWindow { SFX_DECL_CHILDWINDOW_WITHID(DevelopmentToolChildWindow); |