diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 15:27:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 15:27:46 +0000 |
commit | 7bc25331e433e118efa1faaec76de08dac87d1d0 (patch) | |
tree | 507b2491a6ff03f343209895165dcfabd2b32b3c /udkapi | |
parent | 239689c1e2d7db19aab2d903ccee0273bf248167 (diff) |
INTEGRATION: CWS odfmetadata (1.13.8); FILE MERGED
2008/06/11 14:56:03 mst 1.13.8.1: - udkapi/com/sun/star/beans/Pair.idl:
+ new struct Pair<T1, T2>
- udkapi/com/sun/star/beans/makefile.mk:
+ add Pair.idl
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/beans/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/beans/makefile.mk b/udkapi/com/sun/star/beans/makefile.mk index 951710884af7..a418628bbf6c 100644 --- a/udkapi/com/sun/star/beans/makefile.mk +++ b/udkapi/com/sun/star/beans/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # # This file is part of OpenOffice.org. # @@ -53,6 +53,7 @@ IDLFILES=\ NamedValue.idl\ NotRemoveableException.idl\ Optional.idl\ + Pair.idl\ Property.idl\ PropertyAttribute.idl\ PropertyBag.idl\ |