diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 10:11:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-04-09 10:12:02 +0200 |
commit | cc725643fded8c9237403f12bb6eed9d964e55c9 (patch) | |
tree | 87391716b4d44bc9d20975fbd36ffccbd85c3aa8 /basic/inc/sb.hxx | |
parent | 48dd43703914b9c756d2ecda1872512b47463902 (diff) |
Clean up function declarations and some unused functions
Change-Id: I63c4c61847fea4500b667a5ea9f2b32207692033
Diffstat (limited to 'basic/inc/sb.hxx')
-rw-r--r-- | basic/inc/sb.hxx | 3 |
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: */ |