summaryrefslogtreecommitdiff
path: root/toolkit/source/controls
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-11 18:59:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-04-12 09:46:23 +0200
commit7a762ad0c69011b1e77098395e171393046330ed (patch)
treee78b1cfcf85b82dbda53388af235ae360b1d3f21 /toolkit/source/controls
parent8f9b4464ad5bf3dd235e89982454e9aee3c8ea5e (diff)
VCLXMultiPage can be in private headers
and similar VCLXFormattedSpinField can drop SAL_DLLPUBLIC_RTTI Change-Id: I72cf9eeb1a0cba45089692bc81ae0c79a32bbef5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113957 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/source/controls')
-rw-r--r--toolkit/source/controls/dialogcontrol.cxx1
-rw-r--r--toolkit/source/controls/svmedit.cxx2
-rw-r--r--toolkit/source/controls/unocontrols.cxx2
3 files changed, 3 insertions, 2 deletions
diff --git a/toolkit/source/controls/dialogcontrol.cxx b/toolkit/source/controls/dialogcontrol.cxx
index b2563f4e8261..25e8061e5e1b 100644
--- a/toolkit/source/controls/dialogcontrol.cxx
+++ b/toolkit/source/controls/dialogcontrol.cxx
@@ -43,6 +43,7 @@
#include <toolkit/awt/vclxwindows.hxx>
#include <toolkit/controls/unocontrols.hxx>
+#include <awt/vclxwindows.hxx>
#include <helper/unopropertyarrayhelper.hxx>
#include "controlmodelcontainerbase_internal.hxx"
diff --git a/toolkit/source/controls/svmedit.cxx b/toolkit/source/controls/svmedit.cxx
index abfcd92297c0..383f2280412e 100644
--- a/toolkit/source/controls/svmedit.cxx
+++ b/toolkit/source/controls/svmedit.cxx
@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <toolkit/awt/vclxwindows.hxx>
+#include <awt/vclxwindows.hxx>
#include <controls/svmedit.hxx>
MultiLineEdit::MultiLineEdit(vcl::Window* pParent, WinBits nWinStyle)
diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx
index 0a7457239c43..7d958e837b3b 100644
--- a/toolkit/source/controls/unocontrols.cxx
+++ b/toolkit/source/controls/unocontrols.cxx
@@ -36,7 +36,7 @@
#include <toolkit/helper/macros.hxx>
// for introspection
-#include <toolkit/awt/vclxwindows.hxx>
+#include <awt/vclxwindows.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <comphelper/processfactory.hxx>