Avoid ambiguities after string clean-up of InfoBox users
Change-Id: Icbce1220df0a08b32f78b863a15daf34522d1671
This commit is contained in:
@@ -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();
|
||||
|
@@ -445,7 +445,7 @@ void InfoBox::ImplInitInfoBoxData()
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
InfoBox::InfoBox( Window* pParent, const XubString& rMessage ) :
|
||||
InfoBox::InfoBox( Window* pParent, const OUString& rMessage ) :
|
||||
MessBox( pParent, WB_OK | WB_DEF_OK, ImplGetSVEmptyStr(), rMessage )
|
||||
{
|
||||
ImplInitInfoBoxData();
|
||||
|
Reference in New Issue
Block a user