summaryrefslogtreecommitdiff
path: root/basic/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 10:11:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 10:12:02 +0200
commitcc725643fded8c9237403f12bb6eed9d964e55c9 (patch)
tree87391716b4d44bc9d20975fbd36ffccbd85c3aa8 /basic/inc
parent48dd43703914b9c756d2ecda1872512b47463902 (diff)
Clean up function declarations and some unused functions
Change-Id: I63c4c61847fea4500b667a5ea9f2b32207692033
Diffstat (limited to 'basic/inc')
-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: */