diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/inc/basic/sbuno.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/inc/basic/sbuno.hxx b/basic/inc/basic/sbuno.hxx index 083e7f5ea877..1cc8e301a556 100644 --- a/basic/inc/basic/sbuno.hxx +++ b/basic/inc/basic/sbuno.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sbuno.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2007-04-11 12:53:10 $ + * last change: $Author: kz $ $Date: 2008-03-06 18:51:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -49,5 +49,7 @@ SbxObjectRef GetSbUnoObject( const String& aName, const com::sun::star::uno::Any // Force creation of all properties for debugging void createAllObjectProperties( SbxObject* pObj ); +::com::sun::star::uno::Any sbxToUnoValue( SbxVariable* pVar ); + #endif |