summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpsilverbullet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpsilverbullet.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.cxx b/lotuswordpro/source/filter/lwpsilverbullet.cxx
index 78aa35c94f98..7370d7f5d0f4 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.cxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.cxx
@@ -215,7 +215,7 @@ OUString LwpSilverBullet::GetBulletFontName()
* @descr:
* @return: An UChar32 bullet character.
*/
-OUString const & LwpSilverBullet::GetBulletChar()
+OUString const & LwpSilverBullet::GetBulletChar() const
{
return m_xBulletPara->GetBulletChar();
}
@@ -428,7 +428,7 @@ OUString LwpSilverBullet::GetDivisionName()
return aRet;
}
-OUString LwpSilverBullet::GetSectionName()
+OUString LwpSilverBullet::GetSectionName() const
{
LwpStory* pStory = dynamic_cast<LwpStory*>(m_aStory.obj(VO_STORY).get());
if (!pStory)