summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbahyperlink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbahyperlink.cxx')
-rw-r--r--sc/source/ui/vba/vbahyperlink.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/vba/vbahyperlink.cxx b/sc/source/ui/vba/vbahyperlink.cxx
index 420c1a8123ac..af6fbec8a7bd 100644
--- a/sc/source/ui/vba/vbahyperlink.cxx
+++ b/sc/source/ui/vba/vbahyperlink.cxx
@@ -30,8 +30,6 @@
using namespace ::ooo::vba;
using namespace ::com::sun::star;
-
-
ScVbaHyperlink::ScVbaHyperlink( const uno::Sequence< uno::Any >& rArgs,
const uno::Reference< uno::XComponentContext >& rxContext ) throw (lang::IllegalArgumentException) :
HyperlinkImpl_BASE( getXSomethingFromArgs< XHelperInterface >( rArgs, 0 ), rxContext ),
@@ -233,6 +231,4 @@ extern sdecl::ServiceDecl const serviceDecl(
"ooo.vba.excel.Hyperlink" );
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */