summaryrefslogtreecommitdiff
path: root/desktop/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-06-22 09:25:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-06-23 11:30:47 +0200
commit797ffc29450f46dd6683886e7436453ce9fb4d72 (patch)
tree91d836ee2369846c972765c3fa0c121abfe95ff5 /desktop/source
parent6c0a6e2e91069da9db13c27a058721b88e8eaba9 (diff)
FixedBitmap can be in a toolkit only header
Change-Id: I22bb548f7f0c1ef0de157f99915fbaf6473c284b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96861 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop/source')
-rw-r--r--desktop/source/lib/init.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 0918b86982d6..d97fa9cf243c 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -148,7 +148,9 @@
#include <vcl/abstdlg.hxx>
#include <tools/diagnose_ex.h>
#include <vcl/uitest/uiobject.hxx>
+#define VCL_INTERNALS 1
#include <vcl/jsdialog/jsdialogbuilder.hxx>
+#undef VCL_INTERNALS
// Needed for getUndoManager()
#include <com/sun/star/document/XUndoManager.hpp>