summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/SalAquaPicker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/aqua/SalAquaPicker.hxx')
-rw-r--r--fpicker/source/aqua/SalAquaPicker.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/aqua/SalAquaPicker.hxx b/fpicker/source/aqua/SalAquaPicker.hxx
index fa0c8b959e63..acfa2a855db0 100644
--- a/fpicker/source/aqua/SalAquaPicker.hxx
+++ b/fpicker/source/aqua/SalAquaPicker.hxx
@@ -47,9 +47,9 @@ public:
int run();
int runandwaitforresult();
- inline OUString const & getDisplayDirectory() { return m_sDisplayDirectory; }
+ OUString const & getDisplayDirectory() { return m_sDisplayDirectory; }
- inline ControlHelper* getControlHelper() const {
+ ControlHelper* getControlHelper() const {
return m_pControlHelper;
}