diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-16 15:43:35 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-17 10:28:09 +0000 |
commit | ce66911720b3245b21fb14bb83619c42610e5ac6 (patch) | |
tree | 5218fadfce07d451f3c5d514d9068bfe8a9eeb16 /include/svtools/grfmgr.hxx | |
parent | 07da25064f75cdf7163669f9bf860a9ee2f8b33c (diff) |
loplugin:constantparam in svtools
Change-Id: I1a3c4a36e29a6712c589ffd3aaada593880d978d
Reviewed-on: https://gerrit.libreoffice.org/23304
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools/grfmgr.hxx')
-rw-r--r-- | include/svtools/grfmgr.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx index 7b31fd5860c3..f5e94b278be0 100644 --- a/include/svtools/grfmgr.hxx +++ b/include/svtools/grfmgr.hxx @@ -606,10 +606,7 @@ public: void SetMaxCacheSize( sal_uLong nNewCacheSize ); sal_uLong GetMaxCacheSize() const; - void SetMaxObjCacheSize( - sal_uLong nNewMaxObjSize, - bool bDestroyGreaterCached = false - ); + void SetMaxObjCacheSize( sal_uLong nNewMaxObjSize ); void SetCacheTimeout( sal_uLong nTimeoutSeconds ); |