summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2002-12-10 10:39:45 +0000
committerThomas Lange <tl@openoffice.org>2002-12-10 10:39:45 +0000
commit6e9a37c317c82876b0ae670017cf7a74887f34c4 (patch)
treeb14013ccad7b259a5c3eaa14deb0611ec1a5ef3c /starmath/source/cfgitem.hxx
parent6b6683b65b5e4e77b52d26ba0cc427afc02c82ce (diff)
#106032# missing symbol-file warning removed since there is no symbol-file anymore
Diffstat (limited to 'starmath/source/cfgitem.hxx')
-rw-r--r--starmath/source/cfgitem.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx
index 3d91ae7fd18a..9a6cd79e64ad 100644
--- a/starmath/source/cfgitem.hxx
+++ b/starmath/source/cfgitem.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cfgitem.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tl $ $Date: 2002-08-29 08:40:47 $
+ * last change: $Author: tl $ $Date: 2002-12-10 11:39:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -299,8 +299,6 @@ public:
void SetAutoRedraw( BOOL bVal );
BOOL IsShowFormulaCursor() const;
void SetShowFormulaCursor( BOOL bVal );
- BOOL IsNoSymbolsWarning() const;
- void SetNoSymbolsWarning( BOOL bVal );
};
/////////////////////////////////////////////////////////////////