ooo-build r11503 - in trunk: . patches/src680
- From: rengelhard svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r11503 - in trunk: . patches/src680
- Date: Tue, 5 Feb 2008 12:30:28 +0000 (GMT)
Author: rengelhard
Date: Tue Feb 5 12:30:28 2008
New Revision: 11503
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11503&view=rev
Log:
2008-02-05 Rene Engelhard <rene debian org>
* patches/src680/offapi-field-patch.diff: add missing file
Modified:
trunk/ChangeLog
trunk/patches/src680/offapi-field-patch.diff
Modified: trunk/patches/src680/offapi-field-patch.diff
==============================================================================
--- trunk/patches/src680/offapi-field-patch.diff (original)
+++ trunk/patches/src680/offapi-field-patch.diff Tue Feb 5 12:30:28 2008
@@ -1,3 +1,30 @@
+--- /dev/null
++++ offapi/com/sun/star/text/XFormField.idl Sat Jan 19 13:02:10 2008
+@@ -0,0 +1,24 @@
++ #ifndef __com_sun_star_text_XFormField_idl__
++ #define __com_sun_star_text_XFormField_idl__
++
++ #ifndef __com_sun_star_uno_XInterface_idl__
++ #include <com/sun/star/uno/XInterface.idl>
++ #endif
++
++ module com { module sun { module star { module text {
++
++ interface XFormField: com::sun::star::uno::XInterface
++ {
++ short getType();
++ short getRes();
++ string getDescription( );
++
++ void setType([in] short fieldType );
++ void setRes([in] short res );
++ void setDescription([in] string description );
++
++ };
++
++ }; }; }; };
++
++ #endif
diff --git a/offapi/com/sun/star/text/makefile.mk b/offapi/com/sun/star/text/makefile.mk
index 31d1337..6367eb9 100644
--- offapi/com/sun/star/text/makefile.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]