diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-12-02 09:34:23 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-12-02 09:50:31 +0200 |
commit | 34cf91de3d0d6455004bacda399351101789d751 (patch) | |
tree | a30186df2a26fb8798f736f75241c641cf81abdc /vcl/inc | |
parent | a6aa29db423a0f728e27a2219c3c411bf739fe3c (diff) |
Get rid of a superfluous directory level
Change-Id: I79e065f0c68b149d2ef69f428d31e36e97a6098b
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/salglyphid.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/salglyphid.hxx b/vcl/inc/salglyphid.hxx index fa9f59379e4a..055bd73b85eb 100644 --- a/vcl/inc/salglyphid.hxx +++ b/vcl/inc/salglyphid.hxx @@ -31,7 +31,7 @@ typedef sal_uInt32 sal_GlyphId; // caution !!! #define GF_VERT 0x02000000 // GF_VERT is only for windows implementation -// (win/source/gdi/salgdi3.cxx, win/source/gdi/winlayout.cxx) +// (win/gdi/salgdi3.cxx, win/gdi/winlayout.cxx) // don't use this elsewhere !!! #define GF_ROTR 0x03000000 #define GF_ROTMASK 0x03000000 |