summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-08-17 10:46:12 +0300
committerTor Lillqvist <tml@collabora.com>2017-08-17 10:46:24 +0300
commita70f9fffe7d2751ca0401c43c92e7fb8dea571d4 (patch)
tree9e79fa85ab8638a8c12fe31f0199fa27488d10a4 /vcl
parentd973de6f5c2afd4b1f1116dfa7e4fda3fe146014 (diff)
Remove an odd attempt at ASCII graphics
Change-Id: I5acb745bae01a60995376d33347a39edc12d4118
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/salframe.hxx3
1 files changed, 1 insertions, 2 deletions
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)