summaryrefslogtreecommitdiffstats
path: root/include/svx/charmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/charmap.hxx')
-rw-r--r--include/svx/charmap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/charmap.hxx b/include/svx/charmap.hxx
index 7df5d9a3e7e9..825deea3cedc 100644
--- a/include/svx/charmap.hxx
+++ b/include/svx/charmap.hxx
@@ -61,8 +61,8 @@ public:
static sal_uInt32& getSelectedChar();
::svx::SvxShowCharSetItem* ImplGetItem( int _nPos );
- int FirstInView( void) const;
- int LastInView( void) const;
+ int FirstInView() const;
+ int LastInView() const;
int PixelToMapIndex( const Point&) const;
void SelectIndex( int index, bool bFocus = false );
void DeSelect();