From 4c2ff9d048addd680799bf4aa28c5bb7b68eec71 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 19 Feb 2013 16:58:27 +0000 Subject: Resolves: fdo#30862 move user options page to cui and adapt code and make initials area and zip code areas wider to address fdo#30862 This "first/last name" thing is a disaster of course: http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/ http://www.w3.org/International/questions/qa-personal-names Change-Id: Iedb347a533f208056176b5a79b8a56050672a8d1 --- cui/source/inc/cuioptgenrl.hxx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'cui/source/inc') diff --git a/cui/source/inc/cuioptgenrl.hxx b/cui/source/inc/cuioptgenrl.hxx index 0e0575060973..3b72966721f3 100644 --- a/cui/source/inc/cuioptgenrl.hxx +++ b/cui/source/inc/cuioptgenrl.hxx @@ -40,10 +40,8 @@ class SvxGeneralTabPage : public SfxTabPage { using TabPage::DeactivatePage; private: - // the horizontal line "Address" - FixedLine aAddrFrm; - // the "Use data for document properties" checkbox (but where is it?) - CheckBox aUseDataCB; + // the "Use data for document properties" checkbox + CheckBox* m_pUseDataCB; // rows struct Row; std::vector > vRows; @@ -59,8 +57,7 @@ private: sal_Bool GetAddress_Impl(); void SetAddress_Impl(); - void CreateControls (); - void PositionControls (); + void InitControls (); void SetLinks (); void SetAccessibleNames (); -- cgit