summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-03-19 13:08:39 +0000
committerTino Rachui <tra@openoffice.org>2001-03-19 13:08:39 +0000
commita740ef3eeb7a56043857cc2e291e68ac774a81d4 (patch)
treee0c092ee6aeb05f0ef9bc47c7f149396fddcd11e /dtrans
parentb97f7daa1003c93eb546c17d2fc3790277d02956 (diff)
*** empty log message ***
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/mtaole/MtaOleClipb.cxx8
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;