From 1df394503f1e62b091453c95c05a212892ae8d58 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Fri, 17 Jun 2016 23:54:00 +0200 Subject: GSoC notebookbar: switching tabs depending on context + sfx2::sidebar::EnumContext moved to the vcl module + TabPage contains vector with context values + vcl builder reads control's contexts from the "class" mark + ContextTabControl shows tabs depending on context Change-Id: I661b0d3f35d46ace2a2e8eb1d374148f0c60017d Reviewed-on: https://gerrit.libreoffice.org/26447 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- svx/inc/pch/precompiled_svx.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/inc/pch') diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index d10895b99996..c1dff2d4149a 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -91,6 +91,7 @@ #include #include #include +#include #include #include #include @@ -331,7 +332,6 @@ #include #include #include -#include #include #include #include -- cgit