diff options
author | Tino Rachui <tra@openoffice.org> | 2001-03-19 13:08:39 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-03-19 13:08:39 +0000 |
commit | a740ef3eeb7a56043857cc2e291e68ac774a81d4 (patch) | |
tree | e0c092ee6aeb05f0ef9bc47c7f149396fddcd11e /dtrans | |
parent | b97f7daa1003c93eb546c17d2fc3790277d02956 (diff) |
*** empty log message ***
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/mtaole/MtaOleClipb.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/win32/mtaole/MtaOleClipb.cxx b/dtrans/source/win32/mtaole/MtaOleClipb.cxx index 8d11cb4c13b2..7206a5a9333b 100644 --- a/dtrans/source/win32/mtaole/MtaOleClipb.cxx +++ b/dtrans/source/win32/mtaole/MtaOleClipb.cxx @@ -2,9 +2,9 @@ * * $RCSfile: MtaOleClipb.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: tra $ $Date: 2001-03-19 13:01:35 $ + * last change: $Author: tra $ $Date: 2001-03-19 14:08:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -640,9 +640,9 @@ void CMtaOleClipboard::createMtaOleReqWnd( ) HINSTANCE hInst = GetModuleHandleA( CLIPSERVICE_DLL_NAME ); OSL_ENSURE( NULL != hInst, "The name of the clipboard service dll must have changed" ); - ZeroMemory( &wcex, sizeof( WNDCLASSEX ) ); + ZeroMemory( &wcex, sizeof( WNDCLASSEXA ) ); - wcex.cbSize = sizeof( WNDCLASSEX ); + wcex.cbSize = sizeof( WNDCLASSEXA ); wcex.lpfnWndProc = static_cast< WNDPROC >( CMtaOleClipboard::mtaOleReqWndProc ); wcex.hInstance = hInst; wcex.lpszClassName = szWndClsName; |