diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 10:07:41 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-11-03 10:07:41 +0000 |
commit | fc4a67f675f1f84a81f41832d003bb929dbde61b (patch) | |
tree | bdd8108e382f3dec12e23ed623d4353d5ae07ea4 /svx/source | |
parent | d7c538596b147fd664b232eea0b684af7d8eca4c (diff) |
INTEGRATION: CWS aw019 (1.18.136); FILE MERGED
2004/10/06 16:18:24 aw 1.18.136.1: #i34831#
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/unodraw/UnoGraphicExporter.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx index aefc6e0565d2..b3b91f47dea5 100644 --- a/svx/source/unodraw/UnoGraphicExporter.cxx +++ b/svx/source/unodraw/UnoGraphicExporter.cxx @@ -2,9 +2,9 @@ * * $RCSfile: UnoGraphicExporter.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2004-07-12 14:51:52 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 11:07:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -793,7 +793,7 @@ sal_Bool SAL_CALL GraphicExporter::filter( const Sequence< PropertyValue >& aDes { // create a metafile for all shapes VirtualDevice aOut; - ExtOutputDevice aXOut( &aOut ); + XOutputDevice aXOut( &aOut ); // calculate bound rect for all shapes Rectangle aBound; |