diff options
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/sb.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/basic/inc/sb.hxx b/basic/inc/sb.hxx index cd028f7985dc..ce78553c8071 100644 --- a/basic/inc/sb.hxx +++ b/basic/inc/sb.hxx @@ -31,6 +31,8 @@ // create object from user-type (+StringID+StringID) SbxObject* createUserTypeImpl( const OUString& rClassName ); +SbxObject* cloneTypeObjectImpl( const SbxObject& rTypeObj ); + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |