summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/baside3.cxx')
-rw-r--r--basctl/source/basicide/baside3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx
index 6100d83d2baf..1467e0e8f984 100644
--- a/basctl/source/basicide/baside3.cxx
+++ b/basctl/source/basicide/baside3.cxx
@@ -787,7 +787,7 @@ public:
NameClashQueryBox::NameClashQueryBox( vcl::Window* pParent,
const OUString& rTitle, const OUString& rMessage )
- : MessBox( pParent, MessBoxStyle::NONE, rTitle, rMessage )
+ : MessBox( pParent, MessBoxStyle::NONE, 0, rTitle, rMessage )
{
if ( !rTitle.isEmpty() )
SetText( rTitle );
@@ -812,7 +812,7 @@ public:
LanguageMismatchQueryBox::LanguageMismatchQueryBox( vcl::Window* pParent,
const OUString& rTitle, const OUString& rMessage )
- : MessBox( pParent, MessBoxStyle::NONE, rTitle, rMessage )
+ : MessBox( pParent, MessBoxStyle::NONE, 0, rTitle, rMessage )
{
if ( !rTitle.isEmpty() )
SetText( rTitle );