summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/RasterOperation.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-13 14:52:21 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-13 14:52:21 +0000
commit444c3c2168f5fb06b5982d1d35fcb6f1d3bf285d (patch)
tree8a3ad2ca27a288b6c2eeace667a06b33130843db /offapi/com/sun/star/awt/RasterOperation.idl
parent3f4030694d39fb4e7ff31f76ac90c62cc82bae18 (diff)
Syntaxerror fixed, only showed in docu generator
Diffstat (limited to 'offapi/com/sun/star/awt/RasterOperation.idl')
-rw-r--r--offapi/com/sun/star/awt/RasterOperation.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/RasterOperation.idl b/offapi/com/sun/star/awt/RasterOperation.idl
index 9cda3f0b4945..a62407890c43 100644
--- a/offapi/com/sun/star/awt/RasterOperation.idl
+++ b/offapi/com/sun/star/awt/RasterOperation.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RasterOperation.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:10 $
+ * last change: $Author: mi $ $Date: 2000-12-13 15:52:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@ module com { module sun { module star { module awt {
enum RasterOperation
{
//-------------------------------------------------------------------------
- /**/ sets all pixel as written in the output operation.
+ /** sets all pixel as written in the output operation.
*/
OVERPAINT,