summaryrefslogtreecommitdiff
path: root/store/source/stordir.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 09:34:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-17 10:20:19 +0200
commit6f3b39499f9c6c88d637b621ef9ec6189d4fb9ff (patch)
tree848a5c335833cb61b2e6d2a9120ed5d6d354705b /store/source/stordir.hxx
parentdd323b051d54c5e931b2ee9891c463a310a93889 (diff)
loplugin:constparams in store,registry
Change-Id: I5633203b372a9abd0138a396958c235ea8aaf66d Reviewed-on: https://gerrit.libreoffice.org/40039 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'store/source/stordir.hxx')
-rw-r--r--store/source/stordir.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/source/stordir.hxx b/store/source/stordir.hxx
index 2d9408a74649..8874e00b596d 100644
--- a/store/source/stordir.hxx
+++ b/store/source/stordir.hxx
@@ -51,8 +51,8 @@ public:
*/
storeError create (
OStorePageManager *pManager,
- rtl_String *pPath,
- rtl_String *pName,
+ rtl_String const *pPath,
+ rtl_String const *pName,
storeAccessMode eAccessMode);
/** iterate.