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.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx
index 8c2155e610b4..c24828ae691e 100644
--- a/basic/source/classes/sb.cxx
+++ b/basic/source/classes/sb.cxx
@@ -1237,7 +1237,7 @@ void StarBASIC::InitAllModules( StarBASIC* pBasicNotToInit )
}
// compile modules first then RunInit ( otherwise there is
// can be order dependency, e.g. classmodule A has a member
- // of of type classmodule B and classmodule B hasn't been compiled yet )
+ // of type classmodule B and classmodule B hasn't been compiled yet )
// Consider required types to init in right order. Class modules
// that are required by other modules have to be initialized first.