summaryrefslogtreecommitdiff
path: root/basic/inc/sb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/inc/sb.hxx')
-rw-r--r--basic/inc/sb.hxx2
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: */