From 01b33edcfc0a87b8035c14d174d848c3af881b2f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 28 Aug 2013 13:17:03 +0200 Subject: convert sfx2/source/doc/querytemplate.hxx from String to OUString Change-Id: Iac77125e03354f24c0e27f630af7acab47fcd327 --- sfx2/source/doc/querytemplate.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/doc/querytemplate.hxx') 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 -- cgit