summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/querytemplate.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-28 13:17:03 +0200
committerNoel Grandin <noel@peralex.com>2013-08-29 09:30:15 +0200
commit01b33edcfc0a87b8035c14d174d848c3af881b2f (patch)
tree2436174b03be411341b2d366e492641091a2e83d /sfx2/source/doc/querytemplate.cxx
parent8103ea81b8eaed28838c475344b608f546f1c918 (diff)
convert sfx2/source/doc/querytemplate.hxx from String to OUString
Change-Id: Iac77125e03354f24c0e27f630af7acab47fcd327
Diffstat (limited to 'sfx2/source/doc/querytemplate.cxx')
-rw-r--r--sfx2/source/doc/querytemplate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/querytemplate.cxx b/sfx2/source/doc/querytemplate.cxx
index b5ce118c659e..720255e83467 100644
--- a/sfx2/source/doc/querytemplate.cxx
+++ b/sfx2/source/doc/querytemplate.cxx
@@ -27,7 +27,7 @@
namespace sfx2
{
-QueryTemplateBox::QueryTemplateBox( Window* pParent, const String& rMessage ) :
+QueryTemplateBox::QueryTemplateBox( Window* pParent, const OUString& rMessage ) :
MessBox ( pParent, 0, Application::GetDisplayName(), rMessage )
{
SetImage( QueryBox::GetStandardImage() );