summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorSven Jacobi <sj@openoffice.org>2002-04-12 12:29:08 +0000
committerSven Jacobi <sj@openoffice.org>2002-04-12 12:29:08 +0000
commit21e3539f99e001207ec881503f0263cd5ab85bb5 (patch)
treee2687b3233c442a6a8d1e0b5584dacbf0966f23e /svtools
parent0496df726e8da0a6d237f180d633ced3dc90d23e (diff)
#97492# take care of new metaaction (META_LAYOUTMODE_ACTION)
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter.vcl/wmf/emfwr.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/source/filter.vcl/wmf/emfwr.cxx b/svtools/source/filter.vcl/wmf/emfwr.cxx
index 0255ab527907..02620926c07a 100644
--- a/svtools/source/filter.vcl/wmf/emfwr.cxx
+++ b/svtools/source/filter.vcl/wmf/emfwr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: emfwr.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sj $ $Date: 2001-01-31 13:47:15 $
+ * last change: $Author: sj $ $Date: 2002-04-12 13:29:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1198,13 +1198,14 @@ void EMFWriter::ImplWrite( const GDIMetaFile& rMtf )
case( META_TEXTLINE_ACTION ):
case( META_COMMENT_ACTION ):
case( META_GRADIENTEX_ACTION ):
+ case( META_LAYOUTMODE_ACTION ):
{
// !!! >>> we don't want to support these actions
}
break;
default:
- DBG_ERROR( ( ByteString( "SVGActionWriter::ImplWriteActions: unsupported MetaAction #" ) += ByteString( nType ) ).GetBuffer() );
+ DBG_ERROR( ( ByteString( "EMFWriter::ImplWriteActions: unsupported MetaAction #" ) += ByteString( nType ) ).GetBuffer() );
break;
}
}