summaryrefslogtreecommitdiff
path: root/cui/source/inc
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/inc
parent6f5a1d754c17404c1dd7a71aaed5a1a9f8d08f3a (diff)
cws tl74: #i107721#, #i108358# fixing build problems after merge with DEV300_m72
Diffstat (limited to 'cui/source/inc')
-rwxr-xr-xcui/source/inc/hyphen.hxx21
-rwxr-xr-xcui/source/inc/thesdlg.hxx1
2 files changed, 3 insertions, 19 deletions
diff --git a/cui/source/inc/hyphen.hxx b/cui/source/inc/hyphen.hxx
index a413467f32b2..48f4a31705d0 100755
--- a/cui/source/inc/hyphen.hxx
+++ b/cui/source/inc/hyphen.hxx
@@ -66,31 +66,14 @@ class SvxHyphenWordDialog : public SfxModalDialog
{
boost::shared_ptr< SvxHyphenWordDialog_Impl > m_pImpl;
-#ifdef _SVX_HYPHEN_CXX
- void EnableLRBtn_Impl();
- void SetLabel_Impl( LanguageType nLang );
- String EraseUnusableHyphens_Impl( ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XPossibleHyphens > &rxPossHyph, sal_uInt16 nMaxHyphenationPos );
-
- void InitControls_Impl();
- void ContinueHyph_Impl( sal_uInt16 nInsPos = 0 );
- sal_uInt16 GetHyphIndex_Impl();
-
- DECL_LINK( Left_Impl, Button* );
- DECL_LINK( Right_Impl, Button* );
- DECL_LINK( CutHdl_Impl, Button* );
- DECL_LINK( ContinueHdl_Impl, Button* );
- DECL_LINK( DeleteHdl_Impl, Button* );
- DECL_LINK( HyphenateAllHdl_Impl, Button* );
- DECL_LINK( CancelHdl_Impl, Button* );
- DECL_LINK( GetFocusHdl_Impl, Edit* );
-#endif
-
public:
SvxHyphenWordDialog( const String &rWord, LanguageType nLang,
Window* pParent,
::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XHyphenator > &xHyphen,
SvxSpellWrapper* pWrapper );
+ virtual ~SvxHyphenWordDialog();
+ void SetWindowTitle( LanguageType nLang );
void SelLeft();
void SelRight();
};
diff --git a/cui/source/inc/thesdlg.hxx b/cui/source/inc/thesdlg.hxx
index 9ab865072ce9..f5d0bd91b584 100755
--- a/cui/source/inc/thesdlg.hxx
+++ b/cui/source/inc/thesdlg.hxx
@@ -52,6 +52,7 @@ public:
const String &rWord, LanguageType nLanguage );
~SvxThesaurusDialog();
+ void SetWindowTitle( LanguageType nLanguage );
String GetWord();
sal_uInt16 GetLanguage() const;
};