summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-11-22 10:45:02 +0000
committerChristian Lippka <cl@openoffice.org>2000-11-22 10:45:02 +0000
commitcdb34006e02262892e9c5bbd7bc10219746d9291 (patch)
tree09ecd6171e731464b9ccd1ef05197a96035b6dd5 /offapi/com/sun/star
parentaf895795000eba2bf02bca47fb5de8dc331543ed (diff)
#80594# added a new TextureKind2 enum because of missing value in TextureKind
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r--offapi/com/sun/star/drawing/TextureKind.idl8
-rw-r--r--offapi/com/sun/star/drawing/makefile.mk5
2 files changed, 9 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/TextureKind.idl b/offapi/com/sun/star/drawing/TextureKind.idl
index 18ecf9e27..7242cddbc 100644
--- a/offapi/com/sun/star/drawing/TextureKind.idl
+++ b/offapi/com/sun/star/drawing/TextureKind.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextureKind.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:42 $
+ * last change: $Author: cl $ $Date: 2000-11-22 11:45:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,7 @@
// DocMerge from xml: enum com::sun::star::drawing::TextureKind
/** These enumeration values specify how the texture is applied.
+ @deprecated
*/
enum TextureKind
{
@@ -99,6 +100,9 @@ enum TextureKind
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:42:42 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:15 hjs
initial import
diff --git a/offapi/com/sun/star/drawing/makefile.mk b/offapi/com/sun/star/drawing/makefile.mk
index 9c8caa1dd..72d530a4a 100644
--- a/offapi/com/sun/star/drawing/makefile.mk
+++ b/offapi/com/sun/star/drawing/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: cl $ $Date: 2000-11-20 14:22:33 $
+# last change: $Author: cl $ $Date: 2000-11-22 11:45:02 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -172,6 +172,7 @@ IDLFILES=\
TextShape.idl\
TextShapeDescriptor.idl\
TextureKind.idl\
+ TextureKind2.idl\
TextureMode.idl\
TextureProjectionMode.idl\
VerticalDimensioning.idl\