summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/thesdlg_impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/thesdlg_impl.hxx')
-rw-r--r--cui/source/dialogs/thesdlg_impl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cui/source/dialogs/thesdlg_impl.hxx b/cui/source/dialogs/thesdlg_impl.hxx
index f1c5209be7e9..a0c73bbb7b57 100644
--- a/cui/source/dialogs/thesdlg_impl.hxx
+++ b/cui/source/dialogs/thesdlg_impl.hxx
@@ -55,14 +55,14 @@ using namespace ::com::sun::star;
using ::rtl::OUString;
class SvLBoxEntry;
-class ThesaurusAlternativesCtrl_Impl;
+class ThesaurusAlternativesCtrl;
-class AlternativesString_Impl : public SvLBoxString
+class AlternativesString : public SvLBoxString
{
- ThesaurusAlternativesCtrl_Impl & m_rControlImpl;
+ ThesaurusAlternativesCtrl& m_rControlImpl;
public:
- AlternativesString_Impl( ThesaurusAlternativesCtrl_Impl &rControl,
+ AlternativesString( ThesaurusAlternativesCtrl &rControl,
SvLBoxEntry* pEntry, sal_uInt16 nFlags, const String& rStr );
virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry);