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, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbahyperlink.cxx b/sc/source/ui/vba/vbahyperlink.cxx
index dc204fc922d8..420c1a8123ac 100644
--- a/sc/source/ui/vba/vbahyperlink.cxx
+++ b/sc/source/ui/vba/vbahyperlink.cxx
@@ -30,7 +30,7 @@
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) :
@@ -233,6 +233,6 @@ extern sdecl::ServiceDecl const serviceDecl(
"ooo.vba.excel.Hyperlink" );
}
-// ============================================================================
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */