summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsilverbullet.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-28 14:09:29 +0200
committerNoel Grandin <noel@peralex.com>2015-05-05 09:30:40 +0200
commit01c2626107326cc55cd5e5842c78310cf53be9c4 (patch)
tree4fcb94ba31d60835159a65d5c0e68dec82036254 /lotuswordpro/source/filter/lwpsilverbullet.hxx
parentloplugin:staticmethods (diff)
downloadcore-01c2626107326cc55cd5e5842c78310cf53be9c4.tar.gz
core-01c2626107326cc55cd5e5842c78310cf53be9c4.zip
loplugin:staticmethods
Change-Id: Ib765ce5a61916b0598ebb42cb9445a5f09c8d37f
Diffstat (limited to 'lotuswordpro/source/filter/lwpsilverbullet.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.hxx b/lotuswordpro/source/filter/lwpsilverbullet.hxx
index 27412b084749..c56f35e1c25a 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.hxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.hxx
@@ -109,9 +109,9 @@ public:
UChar32 GetBulletChar();
- OUString GetPrefix() { return OUString(); }
+ static OUString GetPrefix() { return OUString(); }
- OUString GetSuffix() { return OUString(); }
+ static OUString GetSuffix() { return OUString(); }
inline OUString GetNumberingName();
@@ -121,7 +121,7 @@ public:
static OUString GetNumCharByStyleID(LwpFribParaNumber* pParaNumber);
- inline bool IsPosCumulative(sal_uInt16 nHideLevels);
+ static inline bool IsPosCumulative(sal_uInt16 nHideLevels);
inline bool IsLesserLevel(sal_uInt16 nPos);
inline bool IsNewSection(sal_uInt16 nPos);