diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2021-02-08 17:11:17 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-02-11 12:54:10 +0100 |
commit | a1ca311061b617b2e4731f6e4c8a5466e8a080f5 (patch) | |
tree | 7072b3b6c5fa15df4c79a05bcb70ec7270391411 /sfx2/Library_sfx.mk | |
parent | 9afdfc80a39f85b440bf753daa52832532ee1e8c (diff) |
devtools: move devtools from svx to sfx2
It's a better suited location for devtools as we can access the
classes when we handle the .uno:DevelopmentToolsDockingWindow
event.
Change-Id: I753ca56808804c9cf6713920f92cd7d313f1f156
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110733
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 4673541ec989..52ace3c503fe 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -162,6 +162,9 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\ sfx2/source/control/charmapcontrol \ sfx2/source/control/charwin \ sfx2/source/control/unoctitm \ + sfx2/source/devtools/DevelopmentToolChildWindow \ + sfx2/source/devtools/DevelopmentToolDockingWindow \ + sfx2/source/devtools/DocumentModelTreeHandler \ sfx2/source/dialog/alienwarn \ sfx2/source/dialog/backingcomp \ sfx2/source/dialog/backingwindow \ |