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.hxx12
1 files changed, 7 insertions, 5 deletions
diff --git a/sd/source/ui/inc/createtabledesignpanel.hxx b/sd/source/ui/inc/createtabledesignpanel.hxx
index 42ae072ea325..2ed8ec9672e1 100644
--- a/sd/source/ui/inc/createtabledesignpanel.hxx
+++ b/sd/source/ui/inc/createtabledesignpanel.hxx
@@ -23,14 +23,16 @@
#include <sal/config.h>
#include <vcl/vclptr.hxx>
-namespace vcl { class Window; }
+namespace vcl
+{
+class Window;
+}
class ViewShellBase;
-namespace sd {
-
-VclPtr<vcl::Window> createTableDesignPanel (vcl::Window* pParent, ViewShellBase& rBase);
-
+namespace sd
+{
+VclPtr<vcl::Window> createTableDesignPanel(vcl::Window* pParent, ViewShellBase& rBase);
}
#endif