diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-14 16:51:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-14 16:53:12 +0100 |
commit | e2c343df8ca0a344d6e9c789c60c5b8dc7416b51 (patch) | |
tree | 68a6f19e6ee99b4750f03f2bcb741a24aafa9798 /vcl/inc | |
parent | 973160bb4853f2913024c7ef4bf9f5e638e93c5a (diff) |
Avoid ambiguities after string clean-up of InfoBox users
Change-Id: Icbce1220df0a08b32f78b863a15daf34522d1671
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/msgbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |