summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/alienwarn.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-28 13:15:49 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:15 +0200
commit8103ea81b8eaed28838c475344b608f546f1c918 (patch)
tree0f86331b372056fd01bd05489aaec5f245cf0850 /sfx2/source/inc/alienwarn.hxx
parent02a3f860048b0be425106a7f5073e85a8b7edba1 (diff)
convert sfx2/source/inc/alienwarn.hxx from String to OUString
Change-Id: Iea3643b7a2571bf0eb114769bccd2195b373c043
Diffstat (limited to 'sfx2/source/inc/alienwarn.hxx')
-rw-r--r--sfx2/source/inc/alienwarn.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/alienwarn.hxx b/sfx2/source/inc/alienwarn.hxx
index eb3fe2fc69c1..dd5805c39924 100644
--- a/sfx2/source/inc/alienwarn.hxx
+++ b/sfx2/source/inc/alienwarn.hxx
@@ -38,7 +38,7 @@ private:
void InitSize();
public:
- SfxAlienWarningDialog( Window* pParent, const String& _rFormatName );
+ SfxAlienWarningDialog( Window* pParent, const OUString& _rFormatName );
virtual ~SfxAlienWarningDialog();
};