summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/mailmrge.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/mailmrge.hxx')
-rw-r--r--sw/source/uibase/inc/mailmrge.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/mailmrge.hxx b/sw/source/uibase/inc/mailmrge.hxx
index 1ae4b78829de..1ff9116abbb6 100644
--- a/sw/source/uibase/inc/mailmrge.hxx
+++ b/sw/source/uibase/inc/mailmrge.hxx
@@ -79,7 +79,7 @@ class SwMailMergeDlg : public SvxStandardDialog
VclPtr<FixedText> m_pFilterFT;
VclPtr<ListBox> m_pFilterLB;
- VclPtr<ListBox> m_pAddressFldLB;
+ VclPtr<ListBox> m_pAddressFieldLB;
VclPtr<FixedText> m_pSubjectFT;
VclPtr<Edit> m_pSubjectED;
VclPtr<FixedText> m_pFormatFT;
@@ -117,7 +117,7 @@ class SwMailMergeDlg : public SvxStandardDialog
public:
SwMailMergeDlg(vcl::Window* pParent, SwWrtShell& rSh,
const OUString& rSourceName,
- const OUString& rTblName,
+ const OUString& rTableName,
sal_Int32 nCommandType,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& xConnection,
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >* pSelection = 0);