summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/PaneShells.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-20 16:58:02 +0200
committerNoel Grandin <noel@peralex.com>2015-03-23 09:05:24 +0200
commit0e0be1be40687b3c6131a3027a06080c6a0f1a51 (patch)
treea51b401a9ed40abc29462aaa29d6309875a808fa /sd/source/ui/dlg/PaneShells.cxx
parentfe889944d1faa84d4ccf9aae6926f18e392c68f5 (diff)
remove SFX_SLOTMAP macro
an impediment to understanding Change-Id: Ic88f52a921a9f6f3e4244b73d4e1e8970c77677f
Diffstat (limited to 'sd/source/ui/dlg/PaneShells.cxx')
-rw-r--r--sd/source/ui/dlg/PaneShells.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/PaneShells.cxx b/sd/source/ui/dlg/PaneShells.cxx
index e22c1cb6fafe..ce6c512484cb 100644
--- a/sd/source/ui/dlg/PaneShells.cxx
+++ b/sd/source/ui/dlg/PaneShells.cxx
@@ -31,7 +31,7 @@ namespace sd {
//===== LeftImpressPaneShell ==================================================
-SFX_SLOTMAP(LeftImpressPaneShell)
+static SfxSlot aLeftImpressPaneShellSlots_Impl[] =
{
{ 0, 0, 0, SfxSlotMode::NONE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
};
@@ -57,7 +57,7 @@ LeftImpressPaneShell::~LeftImpressPaneShell (void)
//===== LeftDrawPaneShell =====================================================
-SFX_SLOTMAP(LeftDrawPaneShell)
+static SfxSlot aLeftDrawPaneShellSlots_Impl[] =
{
{ 0, 0, 0, SfxSlotMode::NONE, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
};