summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui/customizeaddresslistdialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dbui/customizeaddresslistdialog.hxx')
-rw-r--r--sw/source/ui/dbui/customizeaddresslistdialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/customizeaddresslistdialog.hxx b/sw/source/ui/dbui/customizeaddresslistdialog.hxx
index f4bdab646f44..3eec3fbb4e8e 100644
--- a/sw/source/ui/dbui/customizeaddresslistdialog.hxx
+++ b/sw/source/ui/dbui/customizeaddresslistdialog.hxx
@@ -69,11 +69,11 @@ class SwAddRenameEntryDialog : public SfxModalDialog
CancelButton m_aCancel;
HelpButton m_aHelp;
- const ::std::vector< ::rtl::OUString >& m_rCSVHeader;
+ const ::std::vector< OUString >& m_rCSVHeader;
DECL_LINK(ModifyHdl_Impl, Edit*);
public:
- SwAddRenameEntryDialog(Window* pParent, bool bRename, const ::std::vector< ::rtl::OUString >& aCSVHeader);
+ SwAddRenameEntryDialog(Window* pParent, bool bRename, const ::std::vector< OUString >& aCSVHeader);
~SwAddRenameEntryDialog();
void SetFieldName(const String& rName) {m_aFieldNameED.SetText(rName);}