diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:51:27 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:51:27 +0000 |
commit | 0cf34de25e2c76e31930f81aff250b640e94ad96 (patch) | |
tree | c581f88ebdcf0d6aa54b3109187a0e33db8667d9 /basic | |
parent | ec658f8fe4d5c40f47d4de71775a4d4640229ff7 (diff) |
INTEGRATION: CWS odbmacros2 (1.2.68); FILE MERGED
2007/12/19 14:49:52 fs 1.2.68.1: #i49133# export sbxToUnoValue (was declared extern in various other modules, anyway)
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 |