diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-05-15 13:27:19 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-15 17:55:15 +0000 |
commit | 5b1337f7b2e1f79d78d4bf6559bd84f1ebb934bf (patch) | |
tree | 82704da8367f25963d08c570a4fa57e30e4ca839 /basic | |
parent | 6fbda0905d4e721392038bfad9e173e180f788ee (diff) |
tdf#62475: partial handmade fixes
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4
Reviewed-on: https://gerrit.libreoffice.org/15712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/basmgr/basicmanagerrepository.cxx | 11 | ||||
-rw-r--r-- | basic/source/sbx/sbxform.cxx | 7 |
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, |