summaryrefslogtreecommitdiffstats
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 78395ed745bb..068a7f8ed39e 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,
- m_HelpText.getStr( ),
+ SAL_W(m_HelpText.getStr( )),
m_HelpText.getLength( ),
&rect,
nFormat );