From 4dd6af856d574ad66ebb4b822a36ba70af9945e2 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Fri, 3 Sep 2021 02:19:33 +1000 Subject: vcl: rename OutDevState to Stack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have moved the header file to include/vcl/rendercontext as this will eventually be part of the RenderContext split from OutputDevice. State and associated enums have also been moved to the vcl namespace. I have also moved ComplexTextLayoutFlags into the vcl::text namespace. Change-Id: I0abbf560e75b45a272854b267e948c240cd69091 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121524 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- solenv/clang-format/excludelist | 1 - 1 file changed, 1 deletion(-) (limited to 'solenv') diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 674268f27c75..6d590cd53040 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -6417,7 +6417,6 @@ include/vcl/oldprintadaptor.hxx include/vcl/opengl/OpenGLContext.hxx include/vcl/opengl/OpenGLHelper.hxx include/vcl/outdev.hxx -include/vcl/outdevstate.hxx include/vcl/pdfextoutdevdata.hxx include/vcl/pdfwriter.hxx include/vcl/pngwrite.hxx -- cgit