summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc/impfnote.hxx
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-20 13:05:49 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-20 13:05:49 +0200
commitab465b90f6c6da5595393a0ba73f33a1e71a2b65 (patch)
tree36b77192de2799a11b4bf0b269cb3f74d0a0bb1f /sw/source/ui/misc/impfnote.hxx
parent0db96caf0fcce09b87621c11b584a6d81cc7df86 (diff)
bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-point
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
Diffstat (limited to 'sw/source/ui/misc/impfnote.hxx')
-rw-r--r--sw/source/ui/misc/impfnote.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/misc/impfnote.hxx b/sw/source/ui/misc/impfnote.hxx
index 31b5f8a920d0..8d291d0c6794 100644
--- a/sw/source/ui/misc/impfnote.hxx
+++ b/sw/source/ui/misc/impfnote.hxx
@@ -32,7 +32,7 @@ class SwEndNoteOptionPage : public SfxTabPage
{
VclPtr<SwNumberingTypeListBox> m_pNumViewBox;
VclPtr<FixedText> m_pOffsetLbl;
- VclPtr<NumericField> m_pOffsetFld;
+ VclPtr<NumericField> m_pOffsetField;
VclPtr<ListBox> m_pNumCountBox;
VclPtr<Edit> m_pPrefixED;
VclPtr<Edit> m_pSuffixED;
@@ -46,8 +46,8 @@ class SwEndNoteOptionPage : public SfxTabPage
VclPtr<FixedText> m_pPageTemplLbl;
VclPtr<ListBox> m_pPageTemplBox;
- VclPtr<ListBox> m_pFtnCharAnchorTemplBox;
- VclPtr<ListBox> m_pFtnCharTextTemplBox;
+ VclPtr<ListBox> m_pFootnoteCharAnchorTemplBox;
+ VclPtr<ListBox> m_pFootnoteCharTextTemplBox;
VclPtr<Edit> m_pContEdit;
VclPtr<Edit> m_pContFromEdit;