summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/PanelFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/PanelFactory.cxx')
-rw-r--r--sd/source/ui/sidebar/PanelFactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/PanelFactory.cxx b/sd/source/ui/sidebar/PanelFactory.cxx
index baa2938320ad..4fd154ef974f 100644
--- a/sd/source/ui/sidebar/PanelFactory.cxx
+++ b/sd/source/ui/sidebar/PanelFactory.cxx
@@ -28,7 +28,7 @@
#include <CustomAnimationPane.hxx>
#include "NavigatorWrapper.hxx"
#include <SlideTransitionPane.hxx>
-#include "TableDesignPanel.hxx"
+#include <TableDesignPane.hxx>
#include "SlideBackground.hxx"
#include <sfx2/sidebar/SidebarPanelBase.hxx>
@@ -113,7 +113,7 @@ Reference<ui::XUIElement> SAL_CALL PanelFactory::createUIElement (
else if (rsUIElementResourceURL.endsWith("/SlideTransitions"))
pControl = VclPtr<SlideTransitionPane>::Create(pParentWindow, *pBase, xFrame);
else if (rsUIElementResourceURL.endsWith("/TableDesign"))
- pControl = VclPtr<TableDesignPanel>::Create(pParentWindow, *pBase);
+ pControl = VclPtr<TableDesignPane>::Create(pParentWindow, *pBase);
else if (rsUIElementResourceURL.endsWith("/NavigatorPanel"))
pControl = VclPtr<NavigatorWrapper>::Create(pParentWindow, *pBase, pBindings);
else if (rsUIElementResourceURL.endsWith("/SlideBackgroundPanel"))