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 /include/svtools/ivctrl.hxx | |
parent | 6c8f8b0283345ab74b28e99bad3ea0028406e88f (diff) |
debug only code SvtIconChoiceCtrl::SetEntryTextMode
Change-Id: I840294fd8ae03ecfef614fea7c6f3a552596446e
Diffstat (limited to 'include/svtools/ivctrl.hxx')
-rw-r--r-- | include/svtools/ivctrl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/ivctrl.hxx b/include/svtools/ivctrl.hxx index a51693e048ba..37df1b01c639 100644 --- a/include/svtools/ivctrl.hxx +++ b/include/svtools/ivctrl.hxx @@ -322,7 +322,9 @@ public: // in dem sal_uLong wird die Position in der Liste des gefunden Eintrags zurueckgegeben SvxIconChoiceCtrlEntry* GetSelectedEntry( sal_uLong& rPos ) const; +#ifdef DBG_UTIL void SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode, SvxIconChoiceCtrlEntry* pEntry = 0 ); +#endif virtual sal_Bool HasBackground() const; virtual sal_Bool HasFont() const; |