summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-31 11:13:58 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-31 11:13:58 +0000
commit20342f80bafb9df73fae41aa626d711e0742b5ba (patch)
tree25eb1f67e3084ef6155237756016ca8c2582b150 /svx
parent8e1400b5796facbeeeb056116c3496b7ba830819 (diff)
INTEGRATION: CWS xmlsec05 (1.13.28); FILE MERGED
2004/08/25 08:16:07 pb 1.13.28.2: fix: #i33095# no redlining and readonly on HTML Doc 2004/08/19 10:05:49 pb 1.13.28.1: fix: #i33097# Scripting -> Security
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/treeopt.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/svx/source/dialog/treeopt.cxx b/svx/source/dialog/treeopt.cxx
index 9bd58efdf7d0..fccf16acd41b 100644
--- a/svx/source/dialog/treeopt.cxx
+++ b/svx/source/dialog/treeopt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: treeopt.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2004-08-20 10:02:52 $
+ * last change: $Author: kz $ $Date: 2004-08-31 12:13:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -272,8 +272,8 @@ SfxTabPage* CreateGeneralTabPage( sal_uInt16 nId, Window* pParent, const SfxItem
case RID_SVX_FONT_SUBSTITUTION: fnCreate = &SvxFontSubstTabPage::Create; break;
case RID_SVXPAGE_INET_PROXY: fnCreate = &SvxProxyTabPage::Create; break;
case RID_SVXPAGE_INET_SEARCH: fnCreate = &SvxSearchTabPage::Create; break;
- case RID_SVXPAGE_INET_SCRIPTING: fnCreate = &SvxScriptingTabPage::Create; break;
- case RID_SVXPAGE_INET_MAIL: fnCreate = &SvxEMailTabPage::Create; break;
+ case RID_SVXPAGE_INET_SECURITY: fnCreate = &SvxSecurityTabPage::Create; break;
+ case RID_SVXPAGE_INET_MAIL: fnCreate = &SvxEMailTabPage::Create; break;
case RID_SVXPAGE_COLORCONFIG: fnCreate = &SvxColorOptionsTabPage::Create; break;
case RID_OFAPAGE_HTMLOPT: fnCreate = &OfaHtmlTabPage::Create; break;
case SID_OPTFILTER_MSOFFICE: fnCreate = &OfaMSFilterTabPage::Create; break;
@@ -1132,6 +1132,7 @@ SfxItemSet* OfaTreeOptionsDialog::CreateItemSet( sal_uInt16 nId )
SID_AUTOSPELL_CHECK, SID_AUTOSPELL_MARKOFF,
SID_ATTR_QUICKLAUNCHER, SID_ATTR_QUICKLAUNCHER,
SID_ATTR_YEAR2000, SID_ATTR_YEAR2000,
+ SID_HTML_MODE, SID_HTML_MODE,
0 );
SfxItemSet aOptSet( SFX_APP()->GetPool(), SID_ATTR_QUICKLAUNCHER, SID_ATTR_QUICKLAUNCHER );