diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 21:15:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 21:15:12 +0000 |
commit | 9c750da1b50aa524c0f55d9a77d59c1b2bb7462c (patch) | |
tree | ac4f9167f537aeb28f5ae5a7e46451650773a2b1 /offapi/com/sun/star | |
parent | 14675712f0213620d9bcfe501988cf1b967a8f17 (diff) |
INTEGRATION: CWS aw033 (1.3.194); FILE MERGED
2008/05/14 13:45:04 aw 1.3.194.7: RESYNC: (1.6-1.7); FILE MERGED
2008/02/07 13:48:03 aw 1.3.194.6: stable version from working GIT repository for unxlngi6 build
2008/01/29 13:07:31 aw 1.3.194.5: RESYNC: (1.5-1.6); FILE MERGED
2006/12/12 14:15:00 aw 1.3.194.4: RESYNC: (1.4-1.5); FILE MERGED
2006/11/28 17:38:47 aw 1.3.194.3: RESYNC: (1.3-1.4); FILE MERGED
2006/11/07 15:57:26 aw 1.3.194.2: #i39532# added XPrimitiveFactory2D
2006/10/19 10:11:52 aw 1.3.194.1: #i39532# added basic interfaces for 2d and 3d primitives
Diffstat (limited to 'offapi/com/sun/star')
-rwxr-xr-x | offapi/com/sun/star/graphic/makefile.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/offapi/com/sun/star/graphic/makefile.mk b/offapi/com/sun/star/graphic/makefile.mk index 48c4354eb..71d68ba40 100755 --- a/offapi/com/sun/star/graphic/makefile.mk +++ b/offapi/com/sun/star/graphic/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # # This file is part of OpenOffice.org. # @@ -50,6 +50,9 @@ IDLFILES= \ GraphicRendererVCL.idl \ GraphicType.idl \ MediaProperties.idl \ + XPrimitive2D.idl \ + XPrimitive3D.idl \ + XPrimitiveFactory2D.idl \ XGraphic.idl \ XGraphicProvider.idl \ XGraphicRenderer.idl \ |