summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapagebreaks.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbapagebreaks.hxx')
-rw-r--r--sc/source/ui/vba/vbapagebreaks.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/ui/vba/vbapagebreaks.hxx b/sc/source/ui/vba/vbapagebreaks.hxx
index de6174191e95..8060e11622c7 100644
--- a/sc/source/ui/vba/vbapagebreaks.hxx
+++ b/sc/source/ui/vba/vbapagebreaks.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -49,17 +49,17 @@ class ScVbaHPageBreaks : public ScVbaHPageBreaks_BASE
{
css::uno::Reference< css::sheet::XSheetPageBreak > mxSheetPageBreak;
public:
- ScVbaHPageBreaks( const css::uno::Reference< ov::XHelperInterface >& xParent,
+ ScVbaHPageBreaks( const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
css::uno::Reference< css::sheet::XSheetPageBreak >& xSheetPageBreak) throw (css::uno::RuntimeException);
virtual ~ScVbaHPageBreaks(){}
- // XHPageBreaks
+ // XHPageBreaks
virtual css::uno::Any SAL_CALL Add( const css::uno::Any& Before) throw ( css::script::BasicErrorException, css::uno::RuntimeException);
// XEnumerationAccess
virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException);
- virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException);
+ virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (css::uno::RuntimeException);
virtual css::uno::Any createCollectionObject(const css::uno::Any&);
// XHelperInterface
@@ -75,18 +75,18 @@ class ScVbaVPageBreaks : public ScVbaVPageBreaks_BASE
css::uno::Reference< css::sheet::XSheetPageBreak > mxSheetPageBreak;
public:
- ScVbaVPageBreaks( const css::uno::Reference< ov::XHelperInterface >& xParent,
+ ScVbaVPageBreaks( const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext,
css::uno::Reference< css::sheet::XSheetPageBreak >& xSheetPageBreak ) throw ( css::uno::RuntimeException );
virtual ~ScVbaVPageBreaks();
- // XVPageBreaks
+ // XVPageBreaks
virtual css::uno::Any SAL_CALL Add( const css::uno::Any& Before ) throw ( css::script::BasicErrorException, css::uno::RuntimeException );
// XEnumerationAccess
virtual css::uno::Type SAL_CALL getElementType() throw ( css::uno::RuntimeException );
- virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw ( css::uno::RuntimeException );
+ virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw ( css::uno::RuntimeException );
virtual css::uno::Any createCollectionObject( const css::uno::Any& );
// XHelperInterface