From f661cbdceb041b7d572fc9cee66c4a03d1a2739e Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 14 Nov 2000 16:30:01 +0000
Subject: [PATCH] #65293#: MUST: soffice.ini change
---
sd/source/ui/app/sddll1.cxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/sd/source/ui/app/sddll1.cxx b/sd/source/ui/app/sddll1.cxx
index 4c0162dd9b6c..6ce0cfbf9388 100644
--- a/sd/source/ui/app/sddll1.cxx
+++ b/sd/source/ui/app/sddll1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sddll1.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2000-09-28 17:59:14 $
+ * last change: $Author: hr $ $Date: 2000-11-14 17:30:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,7 @@
#pragma hdrstop
+#include
#include "sddll.hxx"
#include "diactrl.hxx"
#include "tbx_ww.hxx"
@@ -88,7 +89,7 @@
void SdDLL::RegisterFactorys()
{
- if (SFX_APP()->HasFeature(SFX_FEATURE_SIMPRESS))
+ if (SvtModuleOptions().IsImpress())
{
// Impress
SdDrawViewShell::RegisterFactory(1);
@@ -96,8 +97,7 @@ void SdDLL::RegisterFactorys()
SdOutlineViewShell::RegisterFactory(3);
}
- if (SFX_APP()->HasFeature(SFX_FEATURE_SDRAW))
- {
+ if (SvtModuleOptions().IsDraw()) {
// Draw
SdGraphicViewShell::RegisterFactory(1);
}