summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:19:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:19:47 +0000
commit1a25a9ec299e410120645bd60000b1054fcdb1ae (patch)
tree80134e18d55132c279eda33973348df18151be3e /fpicker/source/win32/filepicker
parentf281af451c6f4eda9eca9ff32cee1b2654c3fd1a (diff)
INTEGRATION: CWS mingwport03 (1.6.106); FILE MERGED
2006/11/07 18:03:01 vg 1.6.106.2: RESYNC: (1.6-1.8); FILE MERGED 2006/09/07 09:07:19 vg 1.6.106.1: #i53572# MinGW port
Diffstat (limited to 'fpicker/source/win32/filepicker')
-rw-r--r--fpicker/source/win32/filepicker/helppopupwindow.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/helppopupwindow.cxx b/fpicker/source/win32/filepicker/helppopupwindow.cxx
index ed3effd5fad5..12196e2b46ce 100644
--- a/fpicker/source/win32/filepicker/helppopupwindow.cxx
+++ b/fpicker/source/win32/filepicker/helppopupwindow.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: helppopupwindow.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 10:53:48 $
+ * last change: $Author: vg $ $Date: 2007-03-26 13:19:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -224,7 +224,7 @@ void SAL_CALL CHelpPopupWindow::calcWindowRect( LPRECT lprect )
DrawText(
hdc,
- m_HelpText.getStr( ),
+ reinterpret_cast<LPCTSTR>(m_HelpText.getStr( )),
m_HelpText.getLength( ),
lprect,
nFormat );