[Libreoffice-commits] core.git: vcl/inc

Stephan Bergmann sbergman at redhat.com
Thu Aug 17 07:34:35 UTC 2017


 vcl/inc/salframe.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d973de6f5c2afd4b1f1116dfa7e4fda3fe146014
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Aug 17 09:30:52 2017 +0200

    Put comment back next to code it pertains to
    
    31ad2d7af585e8f35a645482a92bdc37a66e64ca "vcl: remove unnecessary included
    headers" had broken 598d8194b0ea1a64e0ebba28a86c128bafa57c7c "Visible function
    type RTTI for Clang -fsanitize=function"
    
    Change-Id: I16e4bb0bdded85f9a6edbd235a53c3a9bbdb7214

diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index 90c664a51abd..2e9518d71b4e 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -25,10 +25,10 @@
 #include "salgeom.hxx"
 
 #include <vcl/help.hxx>
-#include <vcl/window.hxx>
 #include <o3tl/typed_flags_set.hxx>
 
-// complete vcl::Window for SalFrame::CallCallback under -fsanitize=function
+#include <vcl/window.hxx>
+    // complete vcl::Window for SalFrame::CallCallback under -fsanitize=function
 
 class AllSettings;
 class SalGraphics;


More information about the Libreoffice-commits mailing list