From e2c343df8ca0a344d6e9c789c60c5b8dc7416b51 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 14 Feb 2013 16:51:29 +0100 Subject: Avoid ambiguities after string clean-up of InfoBox users Change-Id: Icbce1220df0a08b32f78b863a15daf34522d1671 --- vcl/inc/vcl/msgbox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc') diff --git a/vcl/inc/vcl/msgbox.hxx b/vcl/inc/vcl/msgbox.hxx index 8f0336dc045d..594d248a6acd 100644 --- a/vcl/inc/vcl/msgbox.hxx +++ b/vcl/inc/vcl/msgbox.hxx @@ -106,7 +106,7 @@ private: SAL_DLLPRIVATE void ImplInitInfoBoxData(); public: - InfoBox( Window* pParent, const XubString& rMessage ); + InfoBox( Window* pParent, const OUString& rMessage ); InfoBox( Window* pParent, const ResId & rResId ); static Image GetStandardImage(); -- cgit