summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/querytemplate.hxx
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.hxx
parent8103ea81b8eaed28838c475344b608f546f1c918 (diff)
convert sfx2/source/doc/querytemplate.hxx from String to OUString
Change-Id: Iac77125e03354f24c0e27f630af7acab47fcd327
Diffstat (limited to 'sfx2/source/doc/querytemplate.hxx')
-rw-r--r--sfx2/source/doc/querytemplate.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/querytemplate.hxx b/sfx2/source/doc/querytemplate.hxx
index dc0a78cd1f15..b5ef5b70c580 100644
--- a/sfx2/source/doc/querytemplate.hxx
+++ b/sfx2/source/doc/querytemplate.hxx
@@ -27,7 +27,7 @@ namespace sfx2
class QueryTemplateBox : public MessBox
{
public:
- QueryTemplateBox( Window* pParent, const String& rMessage );
+ QueryTemplateBox( Window* pParent, const OUString& rMessage );
};
} // end of namespace sfx2