summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/linkarea.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-25 13:31:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 10:15:00 +0200
commitbdc8fda4be875ff9cfa9c3f4b5e40284a8637374 (patch)
tree67eb55dcd1e9649e074e49ca0dd069920a2ae866 /sc/source/ui/inc/linkarea.hxx
parentb11268fadf76618ad37d27219b7f51255f8f8b5a (diff)
loplugin:constmethod in sc
Change-Id: I78c4fb4acf21756f91582caee5e30e3ad1fc2ae4 Reviewed-on: https://gerrit.libreoffice.org/79543 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/linkarea.hxx')
-rw-r--r--sc/source/ui/inc/linkarea.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/linkarea.hxx b/sc/source/ui/inc/linkarea.hxx
index c3ce69596f13..db95b5f9d90e 100644
--- a/sc/source/ui/inc/linkarea.hxx
+++ b/sc/source/ui/inc/linkarea.hxx
@@ -63,11 +63,11 @@ public:
const OUString& rOptions, const OUString& rSource,
sal_uLong nRefresh );
- OUString GetURL();
- OUString GetFilter(); // may be empty
- OUString GetOptions(); // filter options
- OUString GetSource(); // separated by ";"
- sal_uLong GetRefresh(); // 0 if disabled
+ OUString GetURL() const;
+ OUString GetFilter() const; // may be empty
+ OUString GetOptions() const; // filter options
+ OUString GetSource() const; // separated by ";"
+ sal_uLong GetRefresh() const; // 0 if disabled
};
#endif