diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:27:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-05 14:27:15 +0000 |
commit | 5ad80aa22e15f680960a00487bff7016df0a0b86 (patch) | |
tree | 5c0b81374b44f4474acba8599298b32aeaaf6969 /forms/source/xforms | |
parent | aa01eb1bc26c6523d0e17354a8b8814e4e29cafc (diff) |
INTEGRATION: CWS dba30b (1.3.238); FILE MERGED
2008/04/15 21:53:47 fs 1.3.238.2: RESYNC: (1.3-1.4); FILE MERGED
2008/02/26 08:29:02 fs 1.3.238.1: remove unused code
Issue number: #i86305#
Submitted by: cmc@openoffice.org
Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'forms/source/xforms')
-rw-r--r-- | forms/source/xforms/mip.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/forms/source/xforms/mip.hxx b/forms/source/xforms/mip.hxx index 2b50faf9f8bb..7a54774eee56 100644 --- a/forms/source/xforms/mip.hxx +++ b/forms/source/xforms/mip.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: mip.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -71,11 +71,6 @@ public: /// join with same-level MIPs void join( const MIP& ); - void set( const MIP& ); - - - // has any info? - bool hasInfo() const; // - type (static; default: xsd:string) // (currently default implemented as empty string) |