diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 09:33:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-05 09:17:48 +0200 |
commit | 8f4aaed8552e27161b007308741e7ed2276a0c6b (patch) | |
tree | b09ff47771d70c42fc4b5a77959cabea37656192 /svtools | |
parent | 6c8f8b0283345ab74b28e99bad3ea0028406e88f (diff) |
debug only code SvtIconChoiceCtrl::SetEntryTextMode
Change-Id: I840294fd8ae03ecfef614fea7c6f3a552596446e
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/ivctrl.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svtools/source/contnr/ivctrl.cxx b/svtools/source/contnr/ivctrl.cxx index 4cf327205957..e7992a587c59 100644 --- a/svtools/source/contnr/ivctrl.cxx +++ b/svtools/source/contnr/ivctrl.cxx @@ -278,10 +278,12 @@ void SvtIconChoiceCtrl::Command( const CommandEvent& rCEvt ) _pImp->Command( rCEvt ); } +#ifdef DBG_UTIL void SvtIconChoiceCtrl::SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode, SvxIconChoiceCtrlEntry* pEntry ) { _pImp->SetEntryTextMode( eMode, pEntry ); } +#endif sal_uLong SvtIconChoiceCtrl::GetEntryCount() const { |