Kaydet (Commit) 8a853218 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop extra unused inlines and remains of unconstructable class

üst 4b7e6d6e
......@@ -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,
......
......@@ -56,16 +56,6 @@ private:
::rtl::OUString maStorageName;
};
// ============================================================================
class WordVbaProjectFilter : public VbaProjectFilterBase
{
private:
virtual ::rtl::OUString implGetImplementationName() const;
};
// ============================================================================
} // namespace ole
} // namespace oox
......
......@@ -72,20 +72,6 @@ VbaProject* VbaProjectFilterBase::implCreateVbaProject() const
// ============================================================================
OUString SAL_CALL WordVbaProjectFilter_getImplementationName() throw()
{
return CREATE_OUSTRING( "com.sun.star.comp.oox.WordVbaProjectFilter" );
}
// ----------------------------------------------------------------------------
OUString WordVbaProjectFilter::implGetImplementationName() const
{
return WordVbaProjectFilter_getImplementationName();
}
// ============================================================================
} // namespace ole
} // namespace oox
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment