summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/helppopupwindow.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/helppopupwindow.cxx')
-rw-r--r--fpicker/source/win32/filepicker/helppopupwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/helppopupwindow.cxx b/fpicker/source/win32/filepicker/helppopupwindow.cxx
index 068a7f8ed39e..3990e14f5628 100644
--- a/fpicker/source/win32/filepicker/helppopupwindow.cxx
+++ b/fpicker/source/win32/filepicker/helppopupwindow.cxx
@@ -335,7 +335,7 @@ void SAL_CALL CHelpPopupWindow::onPaint( HWND hWnd, HDC hdc )
DrawTextW(
hdc,
- SAL_W(m_HelpText.getStr( )),
+ reinterpret_cast<wchar_t const *>(m_HelpText.getStr( )),
m_HelpText.getLength( ),
&rect,
nFormat );