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 4a6b1dfbfb5c..eee94719c45a 100644
--- a/basctl/source/basicide/baside3.cxx
+++ b/basctl/source/basicide/baside3.cxx
@@ -1190,9 +1190,9 @@ OUString DialogWindow::GetHid () const
return HID_BASICIDE_DIALOGWINDOW;
}
-ItemType DialogWindow::GetType () const
+SbxItemType DialogWindow::GetSbxType () const
{
- return TYPE_DIALOG;
+ return SBX_TYPE_DIALOG;
}