diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2017-04-10 19:29:59 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2017-04-12 22:25:53 +0200 |
commit | 76fbd18a515e531f1d238ab0b405212a032c53f2 (patch) | |
tree | a95ceaed7c36e3f3a7e248547dfa7225fd773dda /vcl | |
parent | c5603ba6d9d97d62d68cdbda4e2f06527db7092e (diff) |
Notebookbar: remove dependency between all containers and IPrioritable
Change-Id: I92bff0d68470763c88172744e82d9b5915ffb6f1
Reviewed-on: https://gerrit.libreoffice.org/36387
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/layout.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx index 54cbb04dcb7b..66c00f288f67 100644 --- a/vcl/source/window/layout.cxx +++ b/vcl/source/window/layout.cxx @@ -11,7 +11,6 @@ #include <o3tl/enumarray.hxx> #include <o3tl/enumrange.hxx> #include <vcl/dialog.hxx> -#include <vcl/IPrioritable.hxx> #include <vcl/layout.hxx> #include <vcl/msgbox.hxx> #include <vcl/svapp.hxx> @@ -26,7 +25,6 @@ VclContainer::VclContainer(vcl::Window *pParent, WinBits nStyle) : Window(WindowType::CONTAINER) - , IPrioritable() , m_bLayoutDirty(true) { ImplInit(pParent, nStyle, nullptr); |