summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/helppopupwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/helppopupwindow.hxx')
-rw-r--r--fpicker/source/win32/filepicker/helppopupwindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/helppopupwindow.hxx b/fpicker/source/win32/filepicker/helppopupwindow.hxx
index 3e565c2f59cc..de52b916245f 100644
--- a/fpicker/source/win32/filepicker/helppopupwindow.hxx
+++ b/fpicker/source/win32/filepicker/helppopupwindow.hxx
@@ -74,7 +74,7 @@ public:
The client may set the text the window is showing
on next activation.
*/
- void SAL_CALL setText( const rtl::OUString& aHelpText );
+ void SAL_CALL setText( const OUString& aHelpText );
/*
Shows the window with the text that was last set.
@@ -111,7 +111,7 @@ private:
HWND m_hwndParent;
HINSTANCE m_hInstance;
sal_Bool m_bWndClassRegistered;
- ::rtl::OUString m_HelpText;
+ OUString m_HelpText;
HBITMAP m_hBitmapShadow;
HBRUSH m_hBrushShadow;