summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-07-05 10:45:58 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-07-05 10:45:58 +0200
commite80e4bb1c457b646cf5432773741f24e5b09c902 (patch)
treeebe30c3c205fcc53c4ea6987ed57ffb5e2be20ca
parent7ffa7e8fdafc8d33ec4f8b9c1be68c7141cde543 (diff)
cws tl81: warning-free code
-rw-r--r--[-rwxr-xr-x]cui/source/dialogs/thesdlg.cxx2
-rw-r--r--[-rwxr-xr-x]cui/source/dialogs/thesdlg_impl.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx
index 70ec6ff41..c069e973d 100755..100644
--- a/cui/source/dialogs/thesdlg.cxx
+++ b/cui/source/dialogs/thesdlg.cxx
@@ -229,7 +229,7 @@ void ThesaurusAlternativesCtrl_Impl::ClearExtraData()
void ThesaurusAlternativesCtrl_Impl::SetExtraData(
const SvLBoxEntry *pEntry,
- AlternativesExtraData &rData )
+ const AlternativesExtraData &rData )
{
if (!pEntry)
return;
diff --git a/cui/source/dialogs/thesdlg_impl.hxx b/cui/source/dialogs/thesdlg_impl.hxx
index 695ac6e93..d92039e7a 100755..100644
--- a/cui/source/dialogs/thesdlg_impl.hxx
+++ b/cui/source/dialogs/thesdlg_impl.hxx
@@ -160,7 +160,7 @@ public:
SvLBoxEntry * AddEntry( sal_Int32 nVal, const String &rText, bool bIsHeader );
void ClearExtraData();
- void SetExtraData( const SvLBoxEntry *pEntry, AlternativesExtraData &rData );
+ void SetExtraData( const SvLBoxEntry *pEntry, const AlternativesExtraData &rData );
AlternativesExtraData * GetExtraData( const SvLBoxEntry *pEntry );
virtual void KeyInput( const KeyEvent& rKEvt );