diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-12-04 19:36:15 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-04 19:56:52 +0100 |
commit | 0990da105f89004f6071cf8cfee271e8b5f2d2c8 (patch) | |
tree | bd9b632505982623078e23df22d58e685b646e55 /sw | |
parent | 7fe270b5718b8791128b9b8faee8b3e7d04f2be7 (diff) |
clean up more sbxToUnoValue declarations
Change-Id: Ieff54baaff53031712f737dab84f840adb3bb09a
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/vba/vbaapplication.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/vba/vbaapplication.cxx b/sw/source/ui/vba/vbaapplication.cxx index 2a091ba39424..a9f9f8df7cfa 100644 --- a/sw/source/ui/vba/vbaapplication.cxx +++ b/sw/source/ui/vba/vbaapplication.cxx @@ -29,6 +29,7 @@ #include "vbaaddins.hxx" #include "vbadialogs.hxx" #include <ooo/vba/word/WdEnableCancelKey.hpp> +#include <basic/sbuno.hxx> #include <editeng/acorrcfg.hxx> #include "wordvbahelper.hxx" #include <docsh.hxx> @@ -52,7 +53,6 @@ using ::rtl::OUString; #define EXCELVERSION "11.0" -uno::Any sbxToUnoValue( SbxVariable* pVar ); SwVbaApplication::SwVbaApplication( uno::Reference<uno::XComponentContext >& xContext ): SwVbaApplication_BASE( xContext ) { |