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/source/runtime/methods1.cxx | |
parent | 48dd43703914b9c756d2ecda1872512b47463902 (diff) |
Clean up function declarations and some unused functions
Change-Id: I63c4c61847fea4500b667a5ea9f2b32207692033
Diffstat (limited to 'basic/source/runtime/methods1.cxx')
-rw-r--r-- | basic/source/runtime/methods1.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/basic/source/runtime/methods1.cxx b/basic/source/runtime/methods1.cxx index 6d36037dae38..d9b2a298b60a 100644 --- a/basic/source/runtime/methods1.cxx +++ b/basic/source/runtime/methods1.cxx @@ -46,7 +46,7 @@ #include "sbunoobj.hxx" #include "propacc.hxx" #include <sal/log.hxx> - +#include <eventatt.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> @@ -1607,11 +1607,6 @@ RTLFUNC(EqualUnoObjects) RTL_Impl_EqualUnoObjects( pBasic, rPar, bWrite ); } -// Instantiate "com.sun.star.awt.UnoControlDialog" on basis -// of a DialogLibrary entry: Convert from XML-ByteSequence -// and attach events. Implemented in classes\eventatt.cxx -void RTL_Impl_CreateUnoDialog( StarBASIC* pBasic, SbxArray& rPar, bool bWrite ); - RTLFUNC(CreateUnoDialog) { (void)pBasic; |