Avoid ambiguities after string clean-up of InfoBox users

Change-Id: Icbce1220df0a08b32f78b863a15daf34522d1671
This commit is contained in:
Stephan Bergmann
2013-02-14 16:51:29 +01:00
parent 973160bb48
commit e2c343df8c
2 changed files with 2 additions and 2 deletions

View File

@@ -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();

View File

@@ -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();