diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 17:17:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 17:17:27 +0000 |
commit | 062b43f77b91330cb579b7c3bb3fb83ba2f9dbc3 (patch) | |
tree | b0e7311ebc5e081e22f43c49e7e0f2d6dd7749c9 /sj2/source | |
parent | 51e395b24e991809c976a0647c50cd8b0ad63e42 (diff) |
INTEGRATION: CWS presentationengine01 (1.21.4); FILE MERGED
2004/09/22 19:52:17 cl 1.21.4.1: fixed header dependency
Diffstat (limited to 'sj2/source')
-rw-r--r-- | sj2/source/jscpp/sjapplet_impl.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sj2/source/jscpp/sjapplet_impl.cxx b/sj2/source/jscpp/sjapplet_impl.cxx index 8a28599f7a19..6087fb8463c4 100644 --- a/sj2/source/jscpp/sjapplet_impl.cxx +++ b/sj2/source/jscpp/sjapplet_impl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sjapplet_impl.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: kz $ $Date: 2004-07-30 15:12:18 $ + * last change: $Author: rt $ $Date: 2004-11-26 18:17:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,6 +63,7 @@ #define HWND int #define HMENU int +#define HDC int #include <rtl/ustring> #include <rtl/process.h> |