From a70f9fffe7d2751ca0401c43c92e7fb8dea571d4 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 17 Aug 2017 10:46:12 +0300 Subject: Remove an odd attempt at ASCII graphics Change-Id: I5acb745bae01a60995376d33347a39edc12d4118 --- vcl/inc/salframe.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vcl') 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 : is_typed_flags {}; }; -// - 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) -- cgit