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 --- sw/inc/pch/precompiled_sw.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/pch') diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index bcad79a6ee39..374228bfcad8 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -99,6 +99,7 @@ #include #include #include +#include #include #include #include @@ -413,7 +414,6 @@ #include #include #include -#include #include #include #include -- cgit