summaryrefslogtreecommitdiff
path: root/starmath/source/symbol.cxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-12-10 10:23:52 +0000
committerThomas Lange <tl@openoffice.org>2002-12-10 10:23:52 +0000
commit6b6683b65b5e4e77b52d26ba0cc427afc02c82ce (patch)
treed767a9a2226dd7eca15fb54a32bed577d7c5cd60 /starmath/source/symbol.cxx
parentb8b860e26ac2890c78973dc30489866f6cf7cd7b (diff)
#106032# missing symbol-file warning removed since there is no symbol-file anymore
Diffstat (limited to 'starmath/source/symbol.cxx')
-rw-r--r--starmath/source/symbol.cxx16
1 files changed, 4 insertions, 12 deletions
diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx
index a61280ceed7b..2222c8a062ce 100644
--- a/starmath/source/symbol.cxx
+++ b/starmath/source/symbol.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: symbol.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: tl $ $Date: 2002-05-24 13:27:00 $
+ * last change: $Author: tl $ $Date: 2002-12-10 11:23:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -666,18 +666,10 @@ void SmSymSetManager::Load()
for (i = 0; i < nCount; ++i)
ChangeSymbolSet( GetSymbolSet( i ) );
-
if (0 == nCount)
{
- SmModule *pp = SM_MOD1();
- if ( pp->GetConfig()->IsNoSymbolsWarning() )
- {
- ErrorBox aErrorBox( NULL, SmResId( RID_READSYMBOLERROR ) );
- aErrorBox.Execute();
-
- pImpl->Modified = FALSE;
- pp->GetConfig()->SetNoSymbolsWarning(FALSE);
- }
+ DBG_ERROR( "no symbol set found" );
+ pImpl->Modified = FALSE;
}
}