summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/createtabledesignpanel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/createtabledesignpanel.hxx')
-rw-r--r--sd/source/ui/inc/createtabledesignpanel.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/inc/createtabledesignpanel.hxx b/sd/source/ui/inc/createtabledesignpanel.hxx
index 2d8f1c36f504..44fc06e19334 100644
--- a/sd/source/ui/inc/createtabledesignpanel.hxx
+++ b/sd/source/ui/inc/createtabledesignpanel.hxx
@@ -21,10 +21,11 @@
#define INCLUDED_SD_SOURCE_UI_INC_CREATETABLEDESIGNPANEL_HXX
#include <sal/config.h>
+#include <vcl/vclptr.hxx>
namespace sd {
-::vcl::Window * createTableDesignPanel (::vcl::Window* pParent, ViewShellBase& rBase);
+VclPtr<::vcl::Window> createTableDesignPanel (::vcl::Window* pParent, ViewShellBase& rBase);
}