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.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/basic/inc/sb.hxx b/basic/inc/sb.hxx
index 6a3c2f7e06a3..cd028f7985dc 100644
--- a/basic/inc/sb.hxx
+++ b/basic/inc/sb.hxx
@@ -28,6 +28,9 @@
#include "sbprop.hxx"
+// create object from user-type (+StringID+StringID)
+SbxObject* createUserTypeImpl( const OUString& rClassName );
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */