diff options
author | Herbert Duerr <hdu@openoffice.org> | 2002-11-29 15:50:09 +0000 |
---|---|---|
committer | Herbert Duerr <hdu@openoffice.org> | 2002-11-29 15:50:09 +0000 |
commit | a818ddb214c8adb271d9b3d0fa899209a5b03717 (patch) | |
tree | ff8b532d8d994fd07ffdf6fae4d715a3af112bd6 /vcl/win/source | |
parent | 22e66f6740c8a6091b3f67795747b32363a4833f (diff) |
#105768# do not hide mhDC from base class
Diffstat (limited to 'vcl/win/source')
-rwxr-xr-x | vcl/win/source/gdi/winlayout.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/win/source/gdi/winlayout.cxx b/vcl/win/source/gdi/winlayout.cxx index 0a2682ca144b..6e7bd0657dd3 100755 --- a/vcl/win/source/gdi/winlayout.cxx +++ b/vcl/win/source/gdi/winlayout.cxx @@ -2,9 +2,9 @@ * * $RCSfile: winlayout.cxx,v $ * - * $Revision: 1.56 $ + * $Revision: 1.57 $ * - * last change: $Author: hdu $ $Date: 2002-11-22 17:14:31 $ + * last change: $Author: hdu $ $Date: 2002-11-29 16:50:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -958,7 +958,6 @@ private: int* mpGlyphs2Chars; // platform specific info - HDC mhDC; mutable SCRIPT_CACHE maScriptCache; }; |