summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/thesdlg_impl.hxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-03-01 11:14:01 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-03-01 11:14:01 +0100
commit1ec7c5a40bbe34b1b1dbba8dea2c1364c492ece7 (patch)
treec878cb6c3eb00a180b55f4d1395a0c18bd260bcc /cui/source/dialogs/thesdlg_impl.hxx
parent6f5a1d754c17404c1dd7a71aaed5a1a9f8d08f3a (diff)
cws tl74: #i107721#, #i108358# fixing build problems after merge with DEV300_m72
Diffstat (limited to 'cui/source/dialogs/thesdlg_impl.hxx')
-rwxr-xr-xcui/source/dialogs/thesdlg_impl.hxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/cui/source/dialogs/thesdlg_impl.hxx b/cui/source/dialogs/thesdlg_impl.hxx
index 354bc95c09db..70ce91391456 100755
--- a/cui/source/dialogs/thesdlg_impl.hxx
+++ b/cui/source/dialogs/thesdlg_impl.hxx
@@ -31,9 +31,10 @@
#ifndef _SVX_THESDLG_IMPL_HXX
#define _SVX_THESDLG_IMPL_HXX
-#include <svx/thesdlg.hxx>
-#include <svx/checklbx.hxx>
+#include "thesdlg.hxx"
+#include <svtools/ehdl.hxx>
+#include <svx/checklbx.hxx>
#include <vcl/button.hxx>
#include <vcl/combobox.hxx>
#include <vcl/edit.hxx>
@@ -162,7 +163,7 @@ public:
struct SvxThesaurusDialog_Impl
{
- Window * m_pParent;
+ SvxThesaurusDialog * m_pDialog;
FixedImage aVendorImageFI;
ImageButton aLeftBtn;
@@ -188,8 +189,6 @@ struct SvxThesaurusDialog_Impl
std::stack< OUString > aLookUpHistory;
bool m_bWordFound;
- SfxErrorContext* pErrContext; // error context while dfalog is opened
-
// Handler
DECL_LINK( LeftBtnHdl_Impl, Button * );
@@ -203,7 +202,7 @@ struct SvxThesaurusDialog_Impl
DECL_STATIC_LINK( SvxThesaurusDialog_Impl, VendorImageInitHdl, SvxThesaurusDialog_Impl * );
- SvxThesaurusDialog_Impl( Window* pParent );
+ SvxThesaurusDialog_Impl( SvxThesaurusDialog * pDialog );
~SvxThesaurusDialog_Impl();
uno::Sequence< uno::Reference< linguistic2::XMeaning > > SAL_CALL
@@ -211,7 +210,6 @@ struct SvxThesaurusDialog_Impl
bool UpdateAlternativesBox_Impl();
void UpdateVendorImage();
- void SetWindowTitle( LanguageType nLanguage );
void LookUp( const String &rText );
void LookUp_Impl();
};