diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-28 12:18:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:14 +0200 |
commit | bf0e8bda7a189cc0582273ee4e6567dd39cebd49 (patch) | |
tree | f854dc733f5a24db6c995aa49a1fbb5a5bcd8ba5 /sfx2/source/inc/objshimp.hxx | |
parent | 89102963020ad1190949a99bf8d0964c6810309b (diff) |
convert sfx2/source/inc/objshimp.hxx from String to OUString
Change-Id: I9f83effda2be8e7edbdd7fbb32245ecaf90cd1d2
Diffstat (limited to 'sfx2/source/inc/objshimp.hxx')
-rw-r--r-- | sfx2/source/inc/objshimp.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inc/objshimp.hxx b/sfx2/source/inc/objshimp.hxx index 251d24222c24..3db535347fbc 100644 --- a/sfx2/source/inc/objshimp.hxx +++ b/sfx2/source/inc/objshimp.hxx @@ -40,8 +40,8 @@ DBG_NAMEEX(SfxObjectShell) class SfxViewFrame; struct MarkData_Impl { - String aMark; - String aUserData; + OUString aMark; + OUString aUserData; SfxViewFrame* pFrame; }; @@ -61,8 +61,8 @@ struct SfxObjectShell_Impl : public ::sfx2::IMacroDocumentAccess ::sfx2::DocumentMacroMode aMacroMode; SfxProgress* pProgress; - String aTitle; - String aTempName; + OUString aTitle; + OUString aTempName; DateTime nTime; sal_uInt16 nVisualDocumentNumber; sal_Int16 nDocumentSignatureState; |