summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-18 17:35:23 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-18 17:35:23 +0000
commit552aeff3f2179a99e6712dfa8c7cdfd40e1312f3 (patch)
treec77af5c3fa5fe0e207cba4d1dd1403c9f800ed56 /sw/source/core/unocore
parentb78c1917fd0c520327a65e1d6081f2f3036741e1 (diff)
INTEGRATION: CWS xmlperf02 (1.62.86); FILE MERGED
2005/02/01 15:01:41 fs 1.62.86.1: #119224# XFormsSupplier2 for the draw page, superseding XFormsSupplier
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unodraw.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index 7b6c9b763584..23bcd619f558 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unodraw.cxx,v $
*
- * $Revision: 1.64 $
+ * $Revision: 1.65 $
*
- * last change: $Author: kz $ $Date: 2005-03-18 16:12:17 $
+ * last change: $Author: kz $ $Date: 2005-03-18 18:35:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -608,7 +608,7 @@ uno::Sequence< uno::Type > SwXDrawPage::getTypes() throw( uno::RuntimeException
{
pPageTypes[nIndex++] = pSvxTypes[nPos];
}
- pPageTypes[nIndex] = ::getCppuType((uno::Reference<form::XFormsSupplier>*)0);
+ pPageTypes[nIndex] = ::getCppuType((uno::Reference<form::XFormsSupplier2>*)0);
return aPageTypes;
}
/*-- 22.01.99 11:33:44---------------------------------------------------