summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbasheetobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbasheetobject.hxx')
-rw-r--r--sc/source/ui/vba/vbasheetobject.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/vba/vbasheetobject.hxx b/sc/source/ui/vba/vbasheetobject.hxx
index 6861ceec15ee..462bc1b4ab64 100644
--- a/sc/source/ui/vba/vbasheetobject.hxx
+++ b/sc/source/ui/vba/vbasheetobject.hxx
@@ -31,7 +31,7 @@ namespace com { namespace sun { namespace star {
namespace drawing { class XControlShape; }
} } }
-// ============================================================================
+
typedef InheritedHelperInterfaceImpl1< ov::excel::XCharacters > ScVbaButtonCharacters_BASE;
@@ -75,7 +75,7 @@ private:
sal_Int32 mnLength;
};
-// ============================================================================
+
typedef InheritedHelperInterfaceImpl1< ov::excel::XSheetObject > ScVbaSheetObject_BASE;
@@ -121,7 +121,7 @@ protected:
css::uno::Reference< css::beans::XPropertySet > mxShapeProps;
};
-// ============================================================================
+
typedef ::cppu::ImplInheritanceHelper1< ScVbaSheetObjectBase, ov::excel::XControlObject > ScVbaControlObject_BASE;
@@ -168,7 +168,7 @@ protected:
OUString maEventMethod;
};
-// ============================================================================
+
typedef ::cppu::ImplInheritanceHelper1< ScVbaControlObjectBase, ov::excel::XButton > ScVbaButton_BASE;
@@ -206,7 +206,7 @@ protected:
virtual void implSetDefaultProperties() throw (css::uno::RuntimeException);
};
-// ============================================================================
+
#endif