summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshb.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 07:26:08 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 07:26:08 +0000
commit631defe85fb2a09db91d48706c3f69187aa96a20 (patch)
tree0611292a1f566bc19fa0a25082153b94cae4b226 /sc/source/ui/view/tabvwshb.cxx
parente91c1d5eff2f84178a605016b740605799e02103 (diff)
INTEGRATION: CWS fwkq1 (1.16.74); FILE MERGED
2003/07/14 16:28:12 mba 1.16.74.1: #110843#: get rid of factories
Diffstat (limited to 'sc/source/ui/view/tabvwshb.cxx')
-rw-r--r--sc/source/ui/view/tabvwshb.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index ce67faee2cc3..bc4cbc83b9e2 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tabvwshb.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 18:06:50 $
+ * last change: $Author: rt $ $Date: 2003-09-19 08:26:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,8 +95,7 @@
#include <svtools/moduleoptions.hxx>
#include <sch/schdll.hxx>
#include <sch/memchrt.hxx>
-#include <sch/schdll0.hxx>
-
+#include <sot/exchange.hxx>
#ifndef SO2_DECL_SVINPLACEOBJECT_DEFINED
@@ -220,7 +219,7 @@ BOOL ScTabViewShell::ActivateObject( SdrOle2Obj* pObj, long nVerb )
if ( SvtModuleOptions().IsChart() )
{
SvGlobalName aObjClsId = *xIPObj->GetSvFactory();
- if (SchModuleDummy::HasID( aObjClsId ))
+ if (SotExchange::IsChart( aObjClsId ))
{
SchMemChart* pMemChart = SchDLL::GetChartData(xIPObj);
if (pMemChart)