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:
// redlining options
class SwRedlineOptionsTabPage : public SfxTabPage
{
VclPtr<ListBox> pInsertLB;
VclPtr<SvxColorListBox> pInsertColorLB;
VclPtr<SvxFontPrevWindow> pInsertedPreviewWN;
VclPtr<ListBox> m_pInsertLB;
VclPtr<SvxColorListBox> m_pInsertColorLB;
VclPtr<SvxFontPrevWindow> m_pInsertedPreviewWN;
VclPtr<ListBox> pDeletedLB;
VclPtr<SvxColorListBox> pDeletedColorLB;
VclPtr<SvxFontPrevWindow> pDeletedPreviewWN;
VclPtr<ListBox> m_pDeletedLB;
VclPtr<SvxColorListBox> m_pDeletedColorLB;
VclPtr<SvxFontPrevWindow> m_pDeletedPreviewWN;
VclPtr<ListBox> pChangedLB;
VclPtr<SvxColorListBox> pChangedColorLB;
VclPtr<SvxFontPrevWindow> pChangedPreviewWN;
VclPtr<ListBox> m_pChangedLB;
VclPtr<SvxColorListBox> m_pChangedColorLB;
VclPtr<SvxFontPrevWindow> m_pChangedPreviewWN;
VclPtr<ListBox> pMarkPosLB;
VclPtr<SvxColorListBox> pMarkColorLB;
VclPtr<SwMarkPreview> pMarkPreviewWN;
VclPtr<ListBox> m_pMarkPosLB;
VclPtr<SvxColorListBox> m_pMarkColorLB;
VclPtr<SwMarkPreview> m_pMarkPreviewWN;
DECL_LINK(AttribHdl, ListBox&, void);
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