summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbahelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbahelper.cxx')
-rw-r--r--sc/source/ui/vba/vbahelper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/vba/vbahelper.cxx b/sc/source/ui/vba/vbahelper.cxx
index 039d767358cf..662ffec00358 100644
--- a/sc/source/ui/vba/vbahelper.cxx
+++ b/sc/source/ui/vba/vbahelper.cxx
@@ -30,7 +30,6 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
-
#include <comphelper/processfactory.hxx>
#include <sfx2/objsh.hxx>
@@ -59,7 +58,6 @@ using namespace ::ooo::vba;
#define POINTTO100THMILLIMETERFACTOR 35.27778
-
namespace ooo
{
namespace vba
@@ -180,7 +178,6 @@ implnPaste()
}
}
-
void
implnCopy()
{
@@ -255,7 +252,6 @@ getCurrentDocument() throw (uno::RuntimeException)
basicChosen = pParent;
}
-
uno::Any aModel;
SbxVariable *pCompVar = basicChosen->Find( "ThisComponent", SbxCLASS_OBJECT );
@@ -520,7 +516,6 @@ OUString getAnyAsString( const uno::Any& pvargItem ) throw ( uno::RuntimeExcepti
return sString;
}
-
OUString
ContainerUtilities::getUniqueName( const uno::Sequence< OUString >& _slist, const OUString& _sElementName, const OUString& _sSuffixSeparator)
{