Kaydet (Commit) 3d978117 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: prefix members of SwRedlineOptionsTabPage

Change-Id: I7d8d63ef09f6b21278a2e8c7ea4db05612fd9449
üst d608fa64
This diff is collapsed.
...@@ -311,21 +311,21 @@ public: ...@@ -311,21 +311,21 @@ public:
// redlining options // redlining options
class SwRedlineOptionsTabPage : public SfxTabPage class SwRedlineOptionsTabPage : public SfxTabPage
{ {
VclPtr<ListBox> pInsertLB; VclPtr<ListBox> m_pInsertLB;
VclPtr<SvxColorListBox> pInsertColorLB; VclPtr<SvxColorListBox> m_pInsertColorLB;
VclPtr<SvxFontPrevWindow> pInsertedPreviewWN; VclPtr<SvxFontPrevWindow> m_pInsertedPreviewWN;
VclPtr<ListBox> pDeletedLB; VclPtr<ListBox> m_pDeletedLB;
VclPtr<SvxColorListBox> pDeletedColorLB; VclPtr<SvxColorListBox> m_pDeletedColorLB;
VclPtr<SvxFontPrevWindow> pDeletedPreviewWN; VclPtr<SvxFontPrevWindow> m_pDeletedPreviewWN;
VclPtr<ListBox> pChangedLB; VclPtr<ListBox> m_pChangedLB;
VclPtr<SvxColorListBox> pChangedColorLB; VclPtr<SvxColorListBox> m_pChangedColorLB;
VclPtr<SvxFontPrevWindow> pChangedPreviewWN; VclPtr<SvxFontPrevWindow> m_pChangedPreviewWN;
VclPtr<ListBox> pMarkPosLB; VclPtr<ListBox> m_pMarkPosLB;
VclPtr<SvxColorListBox> pMarkColorLB; VclPtr<SvxColorListBox> m_pMarkColorLB;
VclPtr<SwMarkPreview> pMarkPreviewWN; VclPtr<SwMarkPreview> m_pMarkPreviewWN;
DECL_LINK(AttribHdl, ListBox&, void); DECL_LINK(AttribHdl, ListBox&, void);
void ChangedMaskPrev(); void ChangedMaskPrev();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment