Remove unused enum SbLanguageMode

This commit is contained in:
August Sodora
2012-01-15 23:47:54 -05:00
parent 2a3d61a0be
commit 0ced88ad44
4 changed files with 0 additions and 17 deletions

View File

@@ -63,7 +63,6 @@ SbiGlobals::SbiGlobals()
bCompiler = sal_False;
bGlobalInitErr = sal_False;
bRunInit = sal_False;
eLanguageMode = SB_LANG_BASIC;
pErrStack = NULL;
pTransliterationWrapper = NULL;
bBlockCompilerError = sal_False;