summaryrefslogtreecommitdiff
path: root/cui/source/inc/hangulhanjadlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/hangulhanjadlg.hxx')
-rw-r--r--cui/source/inc/hangulhanjadlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/hangulhanjadlg.hxx b/cui/source/inc/hangulhanjadlg.hxx
index 39241df6fec5..209c1d9d5e4b 100644
--- a/cui/source/inc/hangulhanjadlg.hxx
+++ b/cui/source/inc/hangulhanjadlg.hxx
@@ -81,7 +81,7 @@ namespace svx
DECL_LINK( SelectSuggestionListBoxHdl, ListBox&, void );
DECL_LINK( SelectSuggestionValueSetHdl, ValueSet*, void );
- void SelectSuggestionHdl(Control*);
+ void SelectSuggestionHdl(Control const *);
void SetHelpIds();
@@ -306,7 +306,7 @@ namespace svx
void UpdateButtonStates();
void SetEditText( Edit& _rEdit, sal_uInt16 _nEntryNum );
- void EditModify( Edit* _pEdit, sal_uInt8 _nEntryOffset );
+ void EditModify( Edit const * _pEdit, sal_uInt8 _nEntryOffset );
bool DeleteEntryFromDictionary( const css::uno::Reference< css::linguistic2::XConversionDictionary >& xDict );