summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2021-02-08 17:11:17 +0900
committerTomaž Vajngerl <quikee@gmail.com>2021-02-11 12:54:10 +0100
commita1ca311061b617b2e4731f6e4c8a5466e8a080f5 (patch)
tree7072b3b6c5fa15df4c79a05bcb70ec7270391411 /include
parent9afdfc80a39f85b440bf753daa52832532ee1e8c (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 'include')
-rw-r--r--include/sfx2/devtools/DevelopmentToolChildWindow.hxx (renamed from include/svx/devtools/DevelopmentToolChildWindow.hxx)4
-rw-r--r--include/sfx2/devtools/DevelopmentToolDockingWindow.hxx (renamed from include/svx/devtools/DevelopmentToolDockingWindow.hxx)8
-rw-r--r--include/sfx2/devtools/DocumentModelTreeHandler.hxx (renamed from include/svx/devtools/DocumentModelTreeHandler.hxx)2
3 files changed, 7 insertions, 7 deletions
diff --git a/include/svx/devtools/DevelopmentToolChildWindow.hxx b/include/sfx2/devtools/DevelopmentToolChildWindow.hxx
index 34849da762e0..adf5adf44980 100644
--- a/include/svx/devtools/DevelopmentToolChildWindow.hxx
+++ b/include/sfx2/devtools/DevelopmentToolChildWindow.hxx
@@ -10,10 +10,10 @@
#pragma once
-#include <svx/svxdllapi.h>
+#include <sfx2/dllapi.h>
#include <sfx2/childwin.hxx>
-class SAL_WARN_UNUSED SVX_DLLPUBLIC DevelopmentToolChildWindow final : public SfxChildWindow
+class SAL_WARN_UNUSED SFX2_DLLPUBLIC DevelopmentToolChildWindow final : public SfxChildWindow
{
SFX_DECL_CHILDWINDOW_WITHID(DevelopmentToolChildWindow);
diff --git a/include/svx/devtools/DevelopmentToolDockingWindow.hxx b/include/sfx2/devtools/DevelopmentToolDockingWindow.hxx
index cdb20c081ba4..1ed166239949 100644
--- a/include/svx/devtools/DevelopmentToolDockingWindow.hxx
+++ b/include/sfx2/devtools/DevelopmentToolDockingWindow.hxx
@@ -10,21 +10,21 @@
#pragma once
-#include <svx/svxdllapi.h>
+#include <sfx2/dllapi.h>
#include <sfx2/dockwin.hxx>
#include <vcl/customweld.hxx>
#include <vcl/weld.hxx>
+#include <sfx2/devtools/DocumentModelTreeHandler.hxx>
+
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/view/XSelectionChangeListener.hpp>
#include <com/sun/star/frame/XController.hpp>
-#include <svx/devtools/DocumentModelTreeHandler.hxx>
-
#include <unordered_map>
-class SVX_DLLPUBLIC DevelopmentToolDockingWindow final : public SfxDockingWindow
+class SFX2_DLLPUBLIC DevelopmentToolDockingWindow final : public SfxDockingWindow
{
private:
std::unique_ptr<weld::Label> mpClassNameLabel;
diff --git a/include/svx/devtools/DocumentModelTreeHandler.hxx b/include/sfx2/devtools/DocumentModelTreeHandler.hxx
index fad725726cfb..5b752b172b4e 100644
--- a/include/svx/devtools/DocumentModelTreeHandler.hxx
+++ b/include/sfx2/devtools/DocumentModelTreeHandler.hxx
@@ -10,7 +10,7 @@
#pragma once
-#include <svx/svxdllapi.h>
+#include <sfx2/dllapi.h>
#include <vcl/weld.hxx>
#include <com/sun/star/uno/XInterface.hpp>