diff options
Diffstat (limited to 'forms')
-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) |