summaryrefslogtreecommitdiffstats
path: root/include/vcl/layout.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2017-04-10 19:29:59 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2017-04-12 22:25:53 +0200
commit76fbd18a515e531f1d238ab0b405212a032c53f2 (patch)
treea95ceaed7c36e3f3a7e248547dfa7225fd773dda /include/vcl/layout.hxx
parentofz: avoid oom (diff)
downloadcore-76fbd18a515e531f1d238ab0b405212a032c53f2.tar.gz
core-76fbd18a515e531f1d238ab0b405212a032c53f2.zip
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 'include/vcl/layout.hxx')
-rw-r--r--include/vcl/layout.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index f401fcda888c..28c6464c0257 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -14,7 +14,6 @@
#include <vcl/button.hxx>
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
-#include <vcl/IPrioritable.hxx>
#include <vcl/scrbar.hxx>
#include <vcl/split.hxx>
#include <vcl/vclmedit.hxx>
@@ -24,7 +23,6 @@
#include <set>
class VCL_DLLPUBLIC VclContainer : public vcl::Window,
- public vcl::IPrioritable,
public vcl::IContext
{
public: