summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/resourceprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/aqua/resourceprovider.hxx')
-rw-r--r--fpicker/source/aqua/resourceprovider.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/fpicker/source/aqua/resourceprovider.hxx b/fpicker/source/aqua/resourceprovider.hxx
index 63fb47e8ad5f..44454c8e0954 100644
--- a/fpicker/source/aqua/resourceprovider.hxx
+++ b/fpicker/source/aqua/resourceprovider.hxx
@@ -38,18 +38,10 @@
#define FILE_PICKER_FILE_TYPE 504
#define FILE_PICKER_OVERWRITE 505
-class CResourceProvider_Impl;
-
class CResourceProvider
{
public:
- CResourceProvider( );
- ~CResourceProvider( );
-
NSString* getResString( sal_Int32 aId );
-
-private:
- std::unique_ptr<CResourceProvider_Impl> m_pImpl;
};
#endif