summaryrefslogtreecommitdiffstats
path: root/sd/inc/Outliner.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/Outliner.hxx')
-rw-r--r--sd/inc/Outliner.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx
index 3ce1454a07f9..c58e749305bf 100644
--- a/sd/inc/Outliner.hxx
+++ b/sd/inc/Outliner.hxx
@@ -32,6 +32,11 @@ class SdrObject;
class SdrTextObj;
class SdDrawDocument;
+namespace weld
+{
+class MessageDialog;
+}
+
namespace sd {
class View;
@@ -521,7 +526,7 @@ private:
window. This function makes sure that the otherwise non-modal
search dialog, if visible, is locked, too.
*/
- sal_uInt16 ShowModalMessageBox (Dialog& rMessageBox);
+ sal_uInt16 ShowModalMessageBox(weld::MessageDialog& rMessageBox);
};
#endif