summaryrefslogtreecommitdiff
path: root/svx/source/dialog/charmap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/charmap.cxx')
-rw-r--r--svx/source/dialog/charmap.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/charmap.cxx b/svx/source/dialog/charmap.cxx
index 60cfe9d7ce16..9071e536139a 100644
--- a/svx/source/dialog/charmap.cxx
+++ b/svx/source/dialog/charmap.cxx
@@ -196,21 +196,21 @@ void SvxShowCharSet::Command( const CommandEvent& rCEvt )
-sal_uInt16 SvxShowCharSet::GetRowPos(sal_uInt16 _nPos) const
+sal_uInt16 SvxShowCharSet::GetRowPos(sal_uInt16 _nPos)
{
return _nPos / COLUMN_COUNT ;
}
-sal_uInt16 SvxShowCharSet::GetColumnPos(sal_uInt16 _nPos) const
+sal_uInt16 SvxShowCharSet::GetColumnPos(sal_uInt16 _nPos)
{
return _nPos % COLUMN_COUNT ;
}
-int SvxShowCharSet::FirstInView( void ) const
+int SvxShowCharSet::FirstInView() const
{
int nIndex = 0;
if( aVscrollSB->IsVisible() )
@@ -220,7 +220,7 @@ int SvxShowCharSet::FirstInView( void ) const
-int SvxShowCharSet::LastInView( void ) const
+int SvxShowCharSet::LastInView() const
{
sal_uIntPtr nIndex = FirstInView();
nIndex += ROW_COUNT * COLUMN_COUNT - 1;