ooo-build r11351 - in trunk: . patches/src680
- From: strba svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r11351 - in trunk: . patches/src680
- Date: Mon, 21 Jan 2008 21:57:39 +0000 (GMT)
Author: strba
Date: Mon Jan 21 21:57:39 2008
New Revision: 11351
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11351&view=rev
Log:
add a missing file that was stripped out by the context->unidiff conversion
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 Mon Jan 21 21:57:39 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]