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 554d4f1c2b73..d24eca6ff0a9 100644
--- a/sd/source/ui/sidebar/PanelFactory.cxx
+++ b/sd/source/ui/sidebar/PanelFactory.cxx
@@ -27,7 +27,7 @@
#include "AllMasterPagesSelector.hxx"
#include "CustomAnimationPanel.hxx"
#include "NavigatorWrapper.hxx"
-#include "SlideTransitionPanel.hxx"
+#include <SlideTransitionPane.hxx>
#include "TableDesignPanel.hxx"
#include "SlideBackground.hxx"
@@ -111,7 +111,7 @@ Reference<ui::XUIElement> SAL_CALL PanelFactory::createUIElement (
else if (rsUIElementResourceURL.endsWith("/UsedMasterPages"))
pControl = CurrentMasterPagesSelector::Create(pParentWindow, *pBase, xSidebar);
else if (rsUIElementResourceURL.endsWith("/SlideTransitions"))
- pControl = VclPtr<SlideTransitionPanel>::Create(pParentWindow, *pBase, xFrame);
+ pControl = VclPtr<SlideTransitionPane>::Create(pParentWindow, *pBase, xFrame);
else if (rsUIElementResourceURL.endsWith("/TableDesign"))
pControl = VclPtr<TableDesignPanel>::Create(pParentWindow, *pBase);
else if (rsUIElementResourceURL.endsWith("/NavigatorPanel"))