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, 0 insertions, 10 deletions
diff --git a/sc/source/ui/vba/vbasheetobject.hxx b/sc/source/ui/vba/vbasheetobject.hxx
index 6a8f6f11d5e9..5987576871ac 100644
--- a/sc/source/ui/vba/vbasheetobject.hxx
+++ b/sc/source/ui/vba/vbasheetobject.hxx
@@ -31,8 +31,6 @@ namespace com { namespace sun { namespace star {
namespace drawing { class XControlShape; }
} } }
-
-
typedef InheritedHelperInterfaceImpl1< ov::excel::XCharacters > ScVbaButtonCharacters_BASE;
/** Simple implementation of the Characters symbol for drawing button objects. */
@@ -75,8 +73,6 @@ private:
sal_Int32 mnLength;
};
-
-
typedef InheritedHelperInterfaceImpl1< ov::excel::XSheetObject > ScVbaSheetObject_BASE;
/** Base class for drawing objects embedded in sheets. */
@@ -121,8 +117,6 @@ protected:
css::uno::Reference< css::beans::XPropertySet > mxShapeProps;
};
-
-
typedef ::cppu::ImplInheritanceHelper1< ScVbaSheetObjectBase, ov::excel::XControlObject > ScVbaControlObject_BASE;
class ScVbaControlObjectBase : public ScVbaControlObject_BASE
@@ -168,8 +162,6 @@ protected:
OUString maEventMethod;
};
-
-
typedef ::cppu::ImplInheritanceHelper1< ScVbaControlObjectBase, ov::excel::XButton > ScVbaButton_BASE;
class ScVbaButton : public ScVbaButton_BASE
@@ -206,8 +198,6 @@ protected:
virtual void implSetDefaultProperties() throw (css::uno::RuntimeException) SAL_OVERRIDE;
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */