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

Tor Lillqvist tml at collabora.com
Thu Aug 17 07:48:21 UTC 2017


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

New commits:
commit a70f9fffe7d2751ca0401c43c92e7fb8dea571d4
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Aug 17 10:46:12 2017 +0300

    Remove an odd attempt at ASCII graphics
    
    Change-Id: I5acb745bae01a60995376d33347a39edc12d4118

diff --git a/vcl/inc/salframe.hxx b/vcl/inc/salframe.hxx
index 2e9518d71b4e..0e3d6bafac60 100644
--- a/vcl/inc/salframe.hxx
+++ b/vcl/inc/salframe.hxx
@@ -84,8 +84,7 @@ namespace o3tl {
     template<> struct typed_flags<SalFrameStyleFlags> : is_typed_flags<SalFrameStyleFlags, 0x788001ff> {};
 };
 
-// - extended frame style                 -
-// - (sal equivalent to extended WinBits) -
+// Extended frame style (sal equivalent to extended WinBits)
 typedef sal_uInt64 SalExtStyle;
 #define SAL_FRAME_EXT_STYLE_DOCUMENT        SalExtStyle(0x00000001)
 #define SAL_FRAME_EXT_STYLE_DOCMODIFIED     SalExtStyle(0x00000002)


More information about the Libreoffice-commits mailing list