summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/sdmod2.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-05 15:55:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-05 15:55:04 +0000
commit27358752374be4b401c60c9339142dce952240a3 (patch)
tree0f5cddf45ebe351d221373a78384422b0870de7c /sd/source/ui/app/sdmod2.cxx
parentb1ee5965d73003f7de7a24fa26c5c5ae414403ef (diff)
#100000#: introduction of namespace sd
Diffstat (limited to 'sd/source/ui/app/sdmod2.cxx')
-rw-r--r--sd/source/ui/app/sdmod2.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/app/sdmod2.cxx b/sd/source/ui/app/sdmod2.cxx
index c15ba63c45df..9d19a780ac62 100644
--- a/sd/source/ui/app/sdmod2.cxx
+++ b/sd/source/ui/app/sdmod2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdmod2.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: hr $ $Date: 2004-02-04 09:53:01 $
+ * last change: $Author: hr $ $Date: 2004-02-05 16:55:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -274,9 +274,9 @@ IMPL_LINK(SdModule, CalcFieldValueHdl, EditFieldInfo*, pInfo)
// #110023#
// since the view from the SdOutlineViewShell can be zero during SdOutlineViewShell c'tor
// we have to check this here
- ::sd::SdOutlineView* pSdView = NULL;
- if (pViewSh->ISA (::sd::SdOutlineViewShell))
- pSdView = static_cast< ::sd::SdOutlineView*> (static_cast< ::sd::SdOutlineViewShell*>(pViewSh)->GetView());
+ ::sd::OutlineView* pSdView = NULL;
+ if (pViewSh->ISA (::sd::OutlineViewShell))
+ pSdView = static_cast< ::sd::OutlineView*> (static_cast< ::sd::OutlineViewShell*>(pViewSh)->GetView());
if (pSdView != NULL
&& (pInfo->GetOutliner() == pSdView->GetOutliner()))
{