diff options
Diffstat (limited to 'include/sfx2/devtools/DevelopmentToolDockingWindow.hxx')
-rw-r--r-- | include/sfx2/devtools/DevelopmentToolDockingWindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/devtools/DevelopmentToolDockingWindow.hxx b/include/sfx2/devtools/DevelopmentToolDockingWindow.hxx index de576e797ae1..9cd1efeb352e 100644 --- a/include/sfx2/devtools/DevelopmentToolDockingWindow.hxx +++ b/include/sfx2/devtools/DevelopmentToolDockingWindow.hxx @@ -28,7 +28,7 @@ * Contains two sides. Left side contains the simplified DOM tree and * the right side the object inspector tree. */ -class SFX2_DLLPUBLIC DevelopmentToolDockingWindow final : public SfxDockingWindow +class UNLESS_MERGELIBS(SFX2_DLLPUBLIC) DevelopmentToolDockingWindow final : public SfxDockingWindow { private: std::unique_ptr<ObjectInspectorWidgets> mpObjectInspectorWidgets; |