summaryrefslogtreecommitdiff
path: root/svx/source/form/fmshimp.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 13:36:51 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 13:36:51 +0000
commit9d9d7036b974840fbb7a821d669ae245cd46e0fa (patch)
treea0d35c7aa1f623ac81765dcdad37bafa302a7b33 /svx/source/form/fmshimp.cxx
parent424560f0dd24a93e2b25279bd30a7044595fab3f (diff)
INTEGRATION: CWS aw013 (1.53.68); FILE MERGED
2004/06/24 09:26:32 aw 1.53.68.1: #i29181#
Diffstat (limited to 'svx/source/form/fmshimp.cxx')
-rw-r--r--svx/source/form/fmshimp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 1d525b61e85f..55908d623e38 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fmshimp.cxx,v $
*
- * $Revision: 1.54 $
+ * $Revision: 1.55 $
*
- * last change: $Author: hjs $ $Date: 2004-06-28 16:58:17 $
+ * last change: $Author: rt $ $Date: 2004-07-12 14:36:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1010,7 +1010,7 @@ void FmXFormShell::ForceUpdateSelection(sal_Bool bAllowInvalidation)
if (!bAllowInvalidation)
LockSlotInvalidation(sal_True);
- SetSelection(m_pShell->GetFormView()->GetMarkList());
+ SetSelection(m_pShell->GetFormView()->GetMarkedObjectList());
if (!bAllowInvalidation)
LockSlotInvalidation(sal_False);
@@ -2531,7 +2531,7 @@ IMPL_LINK(FmXFormShell, OnTimeOut, void*, EMPTYTAG)
{
OSL_ENSURE(!FmXFormShell_BASE::rBHelper.bDisposed,"FmXFormShell: Object already disposed!");
if (m_pShell->IsDesignMode() && m_pShell->GetFormView())
- SetSelection(m_pShell->GetFormView()->GetMarkList());
+ SetSelection(m_pShell->GetFormView()->GetMarkedObjectList());
return 0;
}