[Libreoffice-commits] core.git: include/vcl vcl/inc vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 24 12:26:06 UTC 2019
vcl/source/app/salvtables.cxx | 2 +-
vcl/source/window/aboutdialog.cxx | 2 +-
vcl/source/window/builder.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 2d63403fa3bf7fe6019b58ce4af5c49968e03a5b
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jul 23 21:31:26 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jul 24 14:24:55 2019 +0200
move aboutdialog header inside vcl
Change-Id: I1906992759afec0176b723917662fa0644a03c1c
Reviewed-on: https://gerrit.libreoffice.org/76221
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/include/vcl/aboutdialog.hxx b/vcl/inc/aboutdialog.hxx
similarity index 100%
rename from include/vcl/aboutdialog.hxx
rename to vcl/inc/aboutdialog.hxx
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 5aab75be773d..6f8d11cb7886 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -36,7 +36,6 @@
#include <unotools/accessiblerelationsethelper.hxx>
#include <utility>
#include <tools/helpers.hxx>
-#include <vcl/aboutdialog.hxx>
#include <vcl/builder.hxx>
#include <vcl/calendar.hxx>
#include <vcl/combobox.hxx>
@@ -65,6 +64,7 @@
#include <vcl/vclmedit.hxx>
#include <vcl/viewdataentry.hxx>
#include <vcl/virdev.hxx>
+#include <aboutdialog.hxx>
#include <bitmaps.hlst>
SalFrame::SalFrame()
diff --git a/vcl/source/window/aboutdialog.cxx b/vcl/source/window/aboutdialog.cxx
index b8a8aa595982..ba09f423ab05 100644
--- a/vcl/source/window/aboutdialog.cxx
+++ b/vcl/source/window/aboutdialog.cxx
@@ -12,11 +12,11 @@
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <rtl/character.hxx>
-#include <vcl/aboutdialog.hxx>
#include <vcl/layout.hxx>
#include <vcl/weld.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
+#include <aboutdialog.hxx>
#include <tools/stream.hxx>
#include <rtl/bootstrap.hxx>
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 604d9950dece..0a4c66e0cbf1 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -20,7 +20,6 @@
#include <sal/log.hxx>
#include <unotools/localedatawrapper.hxx>
#include <unotools/resmgr.hxx>
-#include <vcl/aboutdialog.hxx>
#include <vcl/builder.hxx>
#include <vcl/builderfactory.hxx>
#include <vcl/button.hxx>
@@ -61,6 +60,7 @@
#include <desktop/crashreport.hxx>
#include <salinst.hxx>
#include <strings.hrc>
+#include <aboutdialog.hxx>
#include <treeglue.hxx>
#include <tools/svlibrary.h>
#include <tools/diagnose_ex.h>
More information about the Libreoffice-commits
mailing list