summaryrefslogtreecommitdiff
path: root/svl/source/misc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-03 15:39:14 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 10:45:01 +0200
commit2ebd79b3d214c62c0997606115ebc50700d6a760 (patch)
treedc2e6bb49d8089e507fe846406d10828af7330cb /svl/source/misc
parent02cb0ba6b565597d6da23cbf211e959c448b3261 (diff)
loplugin:constantfunction: svl
Change-Id: I6504e354cfb381cc00ea837f959e2e18e5fc596c
Diffstat (limited to 'svl/source/misc')
-rw-r--r--svl/source/misc/inethist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/inethist.cxx b/svl/source/misc/inethist.cxx
index ab7e4e3bb2cf..4d531c931a58 100644
--- a/svl/source/misc/inethist.cxx
+++ b/svl/source/misc/inethist.cxx
@@ -123,7 +123,7 @@ class INetURLHistory_Impl: private boost::noncopyable
*/
void initialize (void);
- sal_uInt16 capacity (void) const
+ static sal_uInt16 capacity()
{
return (sal_uInt16)(INETHIST_SIZE_LIMIT);
}