summaryrefslogtreecommitdiff
path: root/fpicker/source/office/OfficeFilePicker.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-25 13:30:20 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 03:04:34 +0200
commit3b13f813da6ad3bd3e4f9dc24b7deb84ea557063 (patch)
treea5893679db0c89053ce78a2a108670027837e240 /fpicker/source/office/OfficeFilePicker.hxx
parentd6d04400095c2663ff5e1f58018d76df78121704 (diff)
loplugin:constmethod in forms..fpicker
Change-Id: I1673e00be0a6c9d34ce02437bf68d929c56952f7 Reviewed-on: https://gerrit.libreoffice.org/79540 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker/source/office/OfficeFilePicker.hxx')
-rw-r--r--fpicker/source/office/OfficeFilePicker.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.hxx b/fpicker/source/office/OfficeFilePicker.hxx
index e42ef384f06a..d8b2ac09cb85 100644
--- a/fpicker/source/office/OfficeFilePicker.hxx
+++ b/fpicker/source/office/OfficeFilePicker.hxx
@@ -212,7 +212,7 @@ protected:
) override;
protected:
- PickerFlags getPickerFlags();
+ PickerFlags getPickerFlags() const;
virtual void notify( sal_Int16 _nEventId, sal_Int16 _nControlId ) override;
bool FilterNameExists( const OUString& rTitle );