diff options
Diffstat (limited to 'uui/source/trylater.hxx')
-rw-r--r-- | uui/source/trylater.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/trylater.hxx b/uui/source/trylater.hxx index 3a0ea9533131..abaaf2e91d61 100644 --- a/uui/source/trylater.hxx +++ b/uui/source/trylater.hxx @@ -24,7 +24,7 @@ class TryLaterQueryBox : public MessBox { public: - TryLaterQueryBox( Window* pParent, ResMgr* pResMgr, const String& aMessage ); + TryLaterQueryBox( Window* pParent, ResMgr* pResMgr, const OUString& aMessage ); ~TryLaterQueryBox(); }; |