summaryrefslogtreecommitdiffstats
path: root/sw/inc/index.hxx
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-10-12 16:49:40 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-10-12 16:56:54 +0200
commit21d10c6f3266d4fac9c91f9d0fab529a6841b39e (patch)
treed4436c5d48e16d81518906f5337bd16ae1dec823 /sw/inc/index.hxx
parentremove unused function (diff)
downloadcore-21d10c6f3266d4fac9c91f9d0fab529a6841b39e.tar.gz
core-21d10c6f3266d4fac9c91f9d0fab529a6841b39e.zip
mark lcl_ functions static or rename them if they are not local at all
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I21e12d6a4dfb9697d2346a4e564e96af0ad03f96
Diffstat (limited to 'sw/inc/index.hxx')
-rw-r--r--sw/inc/index.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/index.hxx b/sw/inc/index.hxx
index a47bbaf40f10..dc8c5db4deaa 100644
--- a/sw/inc/index.hxx
+++ b/sw/inc/index.hxx
@@ -121,7 +121,7 @@ public:
class SwIndexReg
{
friend class SwIndex;
- friend bool lcl_PosOk(const SwPosition & aPos);
+ friend bool sw_PosOk(const SwPosition & aPos);
const SwIndex * m_pFirst;
const SwIndex * m_pLast;