summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
Diffstat (limited to 'basic')
-rw-r--r--basic/source/basmgr/basicmanagerrepository.cxx11
-rw-r--r--basic/source/sbx/sbxform.cxx7
2 files changed, 0 insertions, 18 deletions
diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx
index fce1ee00030d..d4996f971c89 100644
--- a/basic/source/basmgr/basicmanagerrepository.cxx
+++ b/basic/source/basmgr/basicmanagerrepository.cxx
@@ -73,8 +73,6 @@ namespace basic
typedef ::std::vector< BasicManagerCreationListener* > CreationListeners;
- //= ImplRepository
-
class ImplRepository : public ::utl::OEventListenerAdapter, public SfxListener
{
private:
@@ -192,8 +190,6 @@ namespace basic
};
- //= CreateImplRepository
-
struct CreateImplRepository
{
ImplRepository* operator()()
@@ -204,10 +200,6 @@ namespace basic
};
-
- //= ImplRepository
-
-
ImplRepository::ImplRepository()
{
}
@@ -599,9 +591,6 @@ namespace basic
}
- //= BasicManagerRepository
-
-
BasicManager* BasicManagerRepository::getDocumentBasicManager( const Reference< XModel >& _rxDocumentModel )
{
return ImplRepository::Instance().getDocumentBasicManager( _rxDocumentModel );
diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx
index 2e275ac606b2..26e9aa58ddde 100644
--- a/basic/source/sbx/sbxform.cxx
+++ b/basic/source/sbx/sbxform.cxx
@@ -40,10 +40,6 @@ COMMENT: Visual-Basic treats the following (invalid) format-strings
#include <float.h>
#include <math.h>
-
-//=========================== DEFINES =============================
-
-
#define _NO_DIGIT -1
#define MAX_NO_OF_DIGITS DBL_DIG
@@ -98,9 +94,6 @@ double get_number_of_digits( double dNumber )
}
-//======================= IMPLEMENTATION ==========================
-
-
SbxBasicFormater::SbxBasicFormater( sal_Unicode _cDecPoint, sal_Unicode _cThousandSep,
const OUString& _sOnStrg,
const OUString& _sOffStrg,