summaryrefslogtreecommitdiff
path: root/basctl/source/inc/managelang.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-01-29 15:53:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-01-29 15:53:20 +0000
commitf940b8e0a796ef250961a8a982d864581453ed76 (patch)
treeb65ab78980141fd388f61c5c9fd47e5b4f9e6831 /basctl/source/inc/managelang.hxx
parent51f9e342c597894f00a47c2374d3a6815b0347bd (diff)
INTEGRATION: CWS ab32 (1.2.6); FILE MERGED
2007/01/17 10:46:10 pb 1.2.6.1: fix: #i73047# SetDefaultLanguageDialog: only the necessary box exists
Diffstat (limited to 'basctl/source/inc/managelang.hxx')
-rw-r--r--basctl/source/inc/managelang.hxx24
1 files changed, 13 insertions, 11 deletions
diff --git a/basctl/source/inc/managelang.hxx b/basctl/source/inc/managelang.hxx
index 7c3217e7fdf7..8da09c8ad2bd 100644
--- a/basctl/source/inc/managelang.hxx
+++ b/basctl/source/inc/managelang.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: managelang.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 15:52:37 $
+ * last change: $Author: rt $ $Date: 2007-01-29 16:53:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -95,6 +95,7 @@ private:
String m_sCreateLangStr;
void Init();
+ void CalcInfoSize();
void FillLanguageBox();
void ClearLanguageBox();
@@ -111,20 +112,21 @@ public:
class SetDefaultLanguageDialog : public ModalDialog
{
private:
- FixedText m_aLanguageFT;
- SvxLanguageBox m_aLanguageLB;
- SvxCheckListBox m_aCheckLangLB;
- FixedText m_aInfoFT;
+ FixedText m_aLanguageFT;
+ SvxLanguageBox* m_pLanguageLB;
+ SvxCheckListBox* m_pCheckLangLB;
+ FixedText m_aInfoFT;
- FixedLine m_aBtnLine;
- OKButton m_aOKBtn;
- CancelButton m_aCancelBtn;
- HelpButton m_aHelpBtn;
+ FixedLine m_aBtnLine;
+ OKButton m_aOKBtn;
+ CancelButton m_aCancelBtn;
+ HelpButton m_aHelpBtn;
bool m_bIsDefaultMode;
LocalizationMgr* m_pLocalizationMgr;
- void FillLanguageBox();
+ void FillLanguageBox();
+ void CalcInfoSize();
public:
SetDefaultLanguageDialog( Window* pParent, LocalizationMgr* _pLMgr );