summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/optpage.hxx
diff options
context:
space:
mode:
authorCsikós Tamás <csks.tomi@gmail.com>2013-07-10 16:23:11 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-07-11 08:04:42 +0000
commitb67b78abb57b7d5580dd1e31b86c2c623db528f6 (patch)
tree7dff803894d6ac12cad7edba5e1997e2a1f20a21 /sw/source/ui/inc/optpage.hxx
parentrhbz#980387 fix filter selection from file ext. (diff)
downloadcore-b67b78abb57b7d5580dd1e31b86c2c623db528f6.tar.gz
core-b67b78abb57b7d5580dd1e31b86c2c623db528f6.zip
modern .ui for optpage/redlineoptionstabpage
Change-Id: I848f6cdd11755d9f169e973515d6defc4f3ac420 Reviewed-on: https://gerrit.libreoffice.org/4814 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/inc/optpage.hxx')
-rw-r--r--sw/source/ui/inc/optpage.hxx51
1 files changed, 18 insertions, 33 deletions
diff --git a/sw/source/ui/inc/optpage.hxx b/sw/source/ui/inc/optpage.hxx
index 274d1e63b8b0..198deac759a6 100644
--- a/sw/source/ui/inc/optpage.hxx
+++ b/sw/source/ui/inc/optpage.hxx
@@ -337,39 +337,24 @@ public:
-----------------------------------------------------------------------*/
class SwRedlineOptionsTabPage : public SfxTabPage
{
- FixedLine aInsertFL;
-
- FixedText aInsertFT;
- FixedText aInsertAttrFT;
- ListBox aInsertLB;
- FixedText aInsertColorFT;
- ColorListBox aInsertColorLB;
- SvxFontPrevWindow aInsertedPreviewWN;
-
- FixedText aDeletedFT;
- FixedText aDeletedAttrFT;
- ListBox aDeletedLB;
- FixedText aDeletedColorFT;
- ColorListBox aDeletedColorLB;
- SvxFontPrevWindow aDeletedPreviewWN;
-
- FixedText aChangedFT;
- FixedText aChangedAttrFT;
- ListBox aChangedLB;
- FixedText aChangedColorFT;
- ColorListBox aChangedColorLB;
- SvxFontPrevWindow aChangedPreviewWN;
-
- FixedLine aChangedFL;
-
- FixedText aMarkPosFT;
- ListBox aMarkPosLB;
- FixedText aMarkColorFT;
- ColorListBox aMarkColorLB;
- SwMarkPreview aMarkPreviewWN;
-
- String sAuthor;
- String sNone;
+ ListBox* pInsertLB;
+ ColorListBox* pInsertColorLB;
+ SvxFontPrevWindow* pInsertedPreviewWN;
+
+ ListBox* pDeletedLB;
+ ColorListBox* pDeletedColorLB;
+ SvxFontPrevWindow* pDeletedPreviewWN;
+
+ ListBox* pChangedLB;
+ ColorListBox* pChangedColorLB;
+ SvxFontPrevWindow* pChangedPreviewWN;
+
+ ListBox* pMarkPosLB;
+ ColorListBox* pMarkColorLB;
+ SwMarkPreview* pMarkPreviewWN;
+
+ //String sAuthor;
+ //String sNone;
SwRedlineOptionsTabPage( Window* pParent, const SfxItemSet& rSet );
~SwRedlineOptionsTabPage();