diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:15:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 12:15:01 +0000 |
commit | 4c7e7f4a30bbf58fb7a682f754f10c605503fea2 (patch) | |
tree | 82a515fd2e2a2f8080a32e1616f30e5748580d90 /dtrans/source/os2/clipb | |
parent | ac912175cf3f51b42fe2b5d1e54f714c56642346 (diff) |
INTEGRATION: CWS os2port02 (1.2.2); FILE MERGED
2007/10/08 14:26:28 obr 1.2.2.2: RESYNC: (1.2-1.3); FILE MERGED
2007/09/29 16:38:05 ydario 1.2.2.1: Issue number: i82034
Submitted by: ydario
Reviewed by: ydario
Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'dtrans/source/os2/clipb')
-rw-r--r-- | dtrans/source/os2/clipb/Os2Clipboard.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dtrans/source/os2/clipb/Os2Clipboard.hxx b/dtrans/source/os2/clipb/Os2Clipboard.hxx index a06503b86d89..8bc093e591d2 100644 --- a/dtrans/source/os2/clipb/Os2Clipboard.hxx +++ b/dtrans/source/os2/clipb/Os2Clipboard.hxx @@ -4,9 +4,9 @@ * * $RCSfile: Os2Clipboard.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2007-09-25 09:39:17 $ + * last change: $Author: hr $ $Date: 2007-11-02 13:15:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -152,6 +152,7 @@ public: private: HAB hAB; HWND hObjWnd; + ULONG hText, hBitmap; // handles to previous clipboard data ::osl::Mutex m_aMutex; ::rtl::OUString m_aName; |