summaryrefslogtreecommitdiff
path: root/sfx2/sdi
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-20 09:51:59 +0100
committerCédric Bosdonnat <cedric.bosdonnat@free.fr>2012-12-20 18:02:52 +0100
commitb4c18dc0ea32af9f070d43278e547ee0b2e540a4 (patch)
treea3957e77b0e01429138e256ce47f5930e5941f9b /sfx2/sdi
parent6085c81008d768298acfa69ee6ef531ac3c57aab (diff)
Templates Manager: removed the old dialogs and menu entries
Change-Id: I5aa9dd8c0bfb95c26bca14962f60041e892ea2ea
Diffstat (limited to 'sfx2/sdi')
-rw-r--r--sfx2/sdi/appslots.sdi4
-rw-r--r--sfx2/sdi/sfx.sdi50
-rw-r--r--sfx2/sdi/viwslots.sdi5
3 files changed, 0 insertions, 59 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi
index 9f7d6cc3a805..aa1da36faebf 100644
--- a/sfx2/sdi/appslots.sdi
+++ b/sfx2/sdi/appslots.sdi
@@ -123,10 +123,6 @@ interface Application
ExecMethod = MiscExec_Impl ;
StateMethod = MiscState_Impl ;
]
- SID_ORGANIZER // ole(no) api(final/play/rec)
- [
- ExecMethod = MiscExec_Impl ;
- ]
SID_TEMPLATE_ADDRESSBOKSOURCE // ole(no) api(final/play/rec)
[
ExecMethod = MiscExec_Impl ;
diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi
index 7c19226bcb3e..607f2060af38 100644
--- a/sfx2/sdi/sfx.sdi
+++ b/sfx2/sdi/sfx.sdi
@@ -4646,31 +4646,6 @@ SfxVoidItem TemplateManager SID_TEMPLATE_MANAGER
]
//--------------------------------------------------------------------------
-SfxVoidItem Organizer SID_ORGANIZER
-()
-[
- /* flags: */
- AutoUpdate = FALSE,
- Cachable = Cachable,
- FastCall = FALSE,
- HasCoreId = FALSE,
- HasDialog = FALSE,
- ReadOnlyDoc = TRUE,
- Toggle = FALSE,
- Container = TRUE,
- RecordAbsolute = FALSE,
- RecordPerSet;
- Asynchron;
-
- /* config: */
- AccelConfig = TRUE,
- MenuConfig = TRUE,
- StatusBarConfig = FALSE,
- ToolBoxConfig = TRUE,
- GroupId = GID_TEMPLATE;
-]
-
-//--------------------------------------------------------------------------
SfxTemplateItem PageStyle SID_STYLE_FAMILY4
[
@@ -6472,31 +6447,6 @@ SfxTemplateItem StyleApplyState SID_STYLE_APPLY
]
//--------------------------------------------------------------------------
-SfxVoidItem StyleCatalog SID_STYLE_CATALOG
-()
-[
- /* flags: */
- AutoUpdate = FALSE,
- Cachable = Cachable,
- FastCall = FALSE,
- HasCoreId = FALSE,
- HasDialog = TRUE,
- ReadOnlyDoc = FALSE,
- Toggle = FALSE,
- Container = FALSE,
- RecordAbsolute = FALSE,
- RecordPerSet;
- Asynchron;
-
- /* config: */
- AccelConfig = TRUE,
- MenuConfig = TRUE,
- StatusBarConfig = FALSE,
- ToolBoxConfig = TRUE,
- GroupId = GID_TEMPLATE;
-]
-
-//--------------------------------------------------------------------------
SfxVoidItem StyleNewByExample SID_STYLE_NEW_BY_EXAMPLE
(SfxStringItem Param SID_STYLE_NEW_BY_EXAMPLE,SfxUInt16Item Family SID_STYLE_FAMILY)
[
diff --git a/sfx2/sdi/viwslots.sdi b/sfx2/sdi/viwslots.sdi
index bfc770cb6503..941374564f69 100644
--- a/sfx2/sdi/viwslots.sdi
+++ b/sfx2/sdi/viwslots.sdi
@@ -77,11 +77,6 @@ interface View
ExecMethod = ExecPrint_Impl ;
StateMethod = GetState_Impl ;
]
- SID_STYLE_CATALOG // ole(no) api(play/rec)
- [
- ExecMethod = ExecMisc_Impl ;
- StateMethod = GetState_Impl ;
- ]
SID_ACTIVATE_STYLE_APPLY
[
ExecMethod = ExecMisc_Impl ;