summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-27 15:29:35 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:10 +0200
commit1a746566782a5c550019edb607138c74ba69ad95 (patch)
tree16cc4f4290ad6d1fc1bf7ab53159288dbe333c2a /sfx2
parent138df914a977ef785ea009a1b17b0fd411af64cb (diff)
convert include/sfx2/dinfdlg.hxx from String to OUString
Change-Id: Ibc3dfc43cb69ecb5804698024d7d94b5f2a8ae96
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index 33c968d94e6d..d2fa0e8d3ff3 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -220,7 +220,7 @@ SfxDocumentInfoItem::SfxDocumentInfoItem()
//------------------------------------------------------------------------
-SfxDocumentInfoItem::SfxDocumentInfoItem( const String& rFile,
+SfxDocumentInfoItem::SfxDocumentInfoItem( const OUString& rFile,
const uno::Reference<document::XDocumentProperties>& i_xDocProps,
sal_Bool bIs )
: SfxStringItem( SID_DOCINFO, rFile )