diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-08 15:19:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-10 09:19:01 +0200 |
commit | e2af23343b8d2ac672827d3e7d8623fd7734fad6 (patch) | |
tree | 2d68762eb68ae5d7f862ffa1017ec4fd3ff993f6 /sw/source/ui/inc/regionsw.hxx | |
parent | 04d442923914da298ec5730a89310c6b0d33acdc (diff) |
convert sw/source/ui/inc/r*.hxx from String to OUString
Change-Id: I276fdfe7ddd6cc0daa0ca7d6f51342fea718af8e
Diffstat (limited to 'sw/source/ui/inc/regionsw.hxx')
-rw-r--r-- | sw/source/ui/inc/regionsw.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/regionsw.hxx b/sw/source/ui/inc/regionsw.hxx index 5912f28d07e6..b60137c8caa7 100644 --- a/sw/source/ui/inc/regionsw.hxx +++ b/sw/source/ui/inc/regionsw.hxx @@ -135,7 +135,7 @@ public: SwEditRegionDlg( Window* pParent, SwWrtShell& rWrtSh ); virtual ~SwEditRegionDlg(); - void SelectSection(const String& rSectionName); + void SelectSection(const OUString& rSectionName); }; @@ -166,9 +166,9 @@ class SwInsertSectionTabPage : public SfxTabPage // #114856# edit in readonly sections CheckBox* m_pEditInReadonlyCB; - String m_sFileName; - String m_sFilterName; - String m_sFilePasswd; + OUString m_sFileName; + OUString m_sFilterName; + OUString m_sFilePasswd; ::com::sun::star::uno::Sequence <sal_Int8 > m_aNewPasswd; SwWrtShell* m_pWrtSh; |