summaryrefslogtreecommitdiff
path: root/basic/source/classes/sb.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/classes/sb.cxx')
-rw-r--r--basic/source/classes/sb.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx
index ddcc8d02e40c..4e547af4309d 100644
--- a/basic/source/classes/sb.cxx
+++ b/basic/source/classes/sb.cxx
@@ -63,7 +63,6 @@ using com::sun::star::uno::UNO_QUERY;
using com::sun::star::lang::XMultiServiceFactory;
-
class DocBasicItem : public ::cppu::WeakImplHelper< util::XCloseListener >
{
public:
@@ -95,7 +94,6 @@ private:
};
-
DocBasicItem::DocBasicItem( StarBASIC& rDocBasic ) :
mrDocBasic( rDocBasic ),
mxClassModules( new SbxObject( OUString() ) ),
@@ -172,7 +170,6 @@ void SAL_CALL DocBasicItem::disposing( const lang::EventObject& /*rEvent*/ ) thr
}
-
namespace {
typedef ::rtl::Reference< DocBasicItem > DocBasicItemRef;
@@ -229,7 +226,6 @@ StarBASIC* lclGetDocBasicForModule( SbModule* pModule )
} // namespace
-
SbxObject* StarBASIC::getVBAGlobals( )
{
if ( !pVBAGlobals )
@@ -485,7 +481,6 @@ SbxObject* SbOLEFactory::CreateObject( const OUString& rClassName )
}
-
// SbFormFactory, show user forms by: dim as new <user form name>
class SbFormFactory : public SbxFactory
@@ -529,7 +524,6 @@ SbxObject* SbFormFactory::CreateObject( const OUString& rClassName )
}
-
// SbTypeFactory
SbxObject* cloneTypeObjectImpl( const SbxObject& rTypeObj )
@@ -627,7 +621,6 @@ SbxObject* createUserTypeImpl( const OUString& rClassName )
}
-
SbClassModuleObject::SbClassModuleObject( SbModule* pClassModule )
: SbModule( pClassModule->GetName() )
, mpClassModule( pClassModule )