summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/misc/resourceprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/misc/resourceprovider.hxx')
-rw-r--r--fpicker/source/win32/misc/resourceprovider.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/misc/resourceprovider.hxx b/fpicker/source/win32/misc/resourceprovider.hxx
index 852b225bf30c..d02164faf37e 100644
--- a/fpicker/source/win32/misc/resourceprovider.hxx
+++ b/fpicker/source/win32/misc/resourceprovider.hxx
@@ -33,7 +33,7 @@ public:
CResourceProvider( );
~CResourceProvider( );
- rtl::OUString getResString( sal_Int16 aId );
+ OUString getResString( sal_Int16 aId );
private:
CResourceProvider_Impl* m_pImpl;