summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbasheetobjects.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbasheetobjects.hxx')
-rw-r--r--sc/source/ui/vba/vbasheetobjects.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/vba/vbasheetobjects.hxx b/sc/source/ui/vba/vbasheetobjects.hxx
index 5a5489840761..152c6d6f0727 100644
--- a/sc/source/ui/vba/vbasheetobjects.hxx
+++ b/sc/source/ui/vba/vbasheetobjects.hxx
@@ -30,13 +30,9 @@ namespace com { namespace sun { namespace star {
namespace sheet { class XSpreadsheet; }
} } }
-
-
class ScVbaObjectContainer;
typedef ::rtl::Reference< ScVbaObjectContainer > ScVbaObjectContainerRef;
-
-
typedef CollTestImplHelper< ov::XCollection > ScVbaSheetObjects_BASE;
/** Base class for collections containing a specific type of drawing object
@@ -65,8 +61,6 @@ protected:
ScVbaObjectContainerRef mxContainer;
};
-
-
typedef ::cppu::ImplInheritanceHelper1< ScVbaSheetObjectsBase, ov::excel::XGraphicObjects > ScVbaGraphicObjects_BASE;
/** Base class for collections containing a specific type of graphic object
@@ -85,8 +79,6 @@ public:
const css::uno::Any& rHeight ) throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
};
-
-
/** Collection containing all button controls from a sheet (not ActiveX controls). */
class ScVbaButtons : public ScVbaGraphicObjectsBase
{
@@ -100,8 +92,6 @@ public:
VBAHELPER_DECL_XHELPERINTERFACE
};
-
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */