From 8a8532181a66548aea79da73745dcac785f133d8 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 29 Mar 2012 21:07:04 +0100 Subject: drop extra unused inlines and remains of unconstructable class --- oox/inc/oox/dump/dumperbase.hxx | 2 -- oox/inc/oox/ole/vbaprojectfilter.hxx | 10 ---------- 2 files changed, 12 deletions(-) (limited to 'oox/inc') diff --git a/oox/inc/oox/dump/dumperbase.hxx b/oox/inc/oox/dump/dumperbase.hxx index 0dd1abcb7e3b..ef95a793b8f1 100644 --- a/oox/inc/oox/dump/dumperbase.hxx +++ b/oox/inc/oox/dump/dumperbase.hxx @@ -1150,8 +1150,6 @@ public: mrOut( *rxOut ) { mrOut.startTable( nW1 ); } inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2 ) : mrOut( *rxOut ) { mrOut.startTable( nW1, nW2 ); } - inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3 ) : - mrOut( *rxOut ) { mrOut.startTable( nW1, nW2, nW3 ); } inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3, sal_Int32 nW4 ) : mrOut( *rxOut ) { mrOut.startTable( nW1, nW2, nW3, nW4 ); } inline explicit TableGuard( const OutputRef& rxOut, size_t nColCount, diff --git a/oox/inc/oox/ole/vbaprojectfilter.hxx b/oox/inc/oox/ole/vbaprojectfilter.hxx index 50c6e3e5f9ee..8cc029be8bc8 100644 --- a/oox/inc/oox/ole/vbaprojectfilter.hxx +++ b/oox/inc/oox/ole/vbaprojectfilter.hxx @@ -56,16 +56,6 @@ private: ::rtl::OUString maStorageName; }; -// ============================================================================ - -class WordVbaProjectFilter : public VbaProjectFilterBase -{ -private: - virtual ::rtl::OUString implGetImplementationName() const; -}; - -// ============================================================================ - } // namespace ole } // namespace oox -- cgit