diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-07 13:12:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-03-07 16:21:39 +0100 |
commit | d0586b42a715e4d14eeb5b3e729f20c3fb40c391 (patch) | |
tree | 70a837c931584799d9dd99e37857d2a341f92bc7 /vcl | |
parent | 24dcb0b11813241c71ba4f5826abb1f89dc5a527 (diff) |
can drop wallpaper if use alpha-enabled virdev
Change-Id: I655dca755ed8e1c1266c191f61998b3838fe9797
Reviewed-on: https://gerrit.libreoffice.org/68860
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/salvtables.cxx | 5 | ||||
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkinst.cxx | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index 35bf1e625c6f..e732939aed78 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -387,11 +387,6 @@ public: return m_xWidget->GetPointFont(*m_xWidget); } - virtual Wallpaper get_wallpaper() const override - { - return Wallpaper(Application::GetSettings().GetStyleSettings().GetDialogColor()); - } - virtual OString get_buildable_name() const override { return m_xWidget->get_id().toUtf8(); diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index a11c943ae651..7e8334d30e8f 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -1599,11 +1599,6 @@ public: Application::GetSettings().GetUILanguageTag().getLocale()); } - virtual Wallpaper get_wallpaper() const override - { - return Wallpaper(COL_TRANSPARENT); - } - virtual void set_grid_left_attach(int nAttach) override { GtkContainer* pParent = GTK_CONTAINER(gtk_widget_get_parent(m_pWidget)); |