summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 10:00:50 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 10:00:50 +0000
commit4922aa0cfa350581816783b03f0d958d45371fdc (patch)
tree930deb791ed2834dc2f89eb597c3b92b83d413d2 /svx
parent80cf528b01e49afbcfd41a2df13654181bb06ab3 (diff)
INTEGRATION: CWS aw019 (1.2.66); FILE MERGED
2004/10/06 16:18:20 aw 1.2.66.1: #i34831#
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdomedia.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdomedia.cxx b/svx/source/svdraw/svdomedia.cxx
index fee930ae852b..f596d91492f3 100644
--- a/svx/source/svdraw/svdomedia.cxx
+++ b/svx/source/svdraw/svdomedia.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdomedia.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 09:05:34 $
+ * last change: $Author: pjunck $ $Date: 2004-11-03 11:00:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -142,7 +142,7 @@ UINT16 SdrMediaObj::GetObjIdentifier() const
// ------------------------------------------------------------------------------
-sal_Bool SdrMediaObj::DoPaintObject(ExtOutputDevice& rXOut, const SdrPaintInfoRec& rInfoRec) const
+sal_Bool SdrMediaObj::DoPaintObject(XOutputDevice& rXOut, const SdrPaintInfoRec& rInfoRec) const
{
return true;
}