Update ooo320-m1
[ooovba.git] / applied_patches / 0563-sfx2-privateprotectedpublic.diff
blob73be24960b9e12f032c4589233049a3420bf8058
1 --- sfx2/inc/sfx2/tabdlg.hxx 2008-11-19 10:51:30.000000000 +0100
2 +++ sfx2/inc/sfx2/tabdlg.hxx 2008-11-18 16:22:39.500000000 +0100
3 @@ -95,8 +95,9 @@
4 friend class SfxTabDialogController;
6 SfxViewFrame* pFrame;
8 +public:
9 TabControl aTabCtrl;
10 +private:
11 OKButton aOKBtn;
12 PushButton* pUserBtn;
13 CancelButton aCancelBtn;
14 @@ -104,7 +105,9 @@
15 PushButton aResetBtn;
16 PushButton aBaseFmtBtn;
18 +public:
19 const SfxItemSet* pSet;
20 +private:
21 SfxItemSet* pOutSet;
22 TabDlg_Impl* pImpl;
23 USHORT* pRanges;
24 @@ -124,9 +127,10 @@
25 SAL_DLLPRIVATE void Init_Impl(BOOL, const String *);
26 //#endif
28 -protected:
29 +public:
30 virtual short Ok();
31 // wird im Sfx gel"oscht!
32 +protected:
33 virtual SfxItemSet* CreateInputItemSet( USHORT nId );
34 // wird *nicht* im Sfx gel"oscht!
35 virtual const SfxItemSet* GetRefreshedSet();