summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.hxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-02-07 13:06:08 +0100
committerCarsten Driesner <cd@openoffice.org>2011-02-07 13:06:08 +0100
commit43ad52192264656830f64471ba980b5b63735736 (patch)
tree9f940abbac190c8516131a495b6028baed0e1fd0 /starmath/source/cfgitem.hxx
parentdb123cfd04e85d61abdb8062686f47ceaa89d08f (diff)
parentd5f0bd1d3f1b7d63bac75604ba527c919a189a9c (diff)
removetooltypes01: Rebase to DEV300m99
Diffstat (limited to 'starmath/source/cfgitem.hxx')
-rw-r--r--starmath/source/cfgitem.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx
index 41bc64d68c..4ba550b989 100644
--- a/starmath/source/cfgitem.hxx
+++ b/starmath/source/cfgitem.hxx
@@ -196,11 +196,14 @@ public:
sal_uInt16 GetPrintZoomFactor() const;
void SetPrintZoomFactor( sal_uInt16 nVal );
- sal_Bool IsIgnoreSpacesRight() const;
+ sal_Bool IsSaveOnlyUsedSymbols() const;
+ void SetSaveOnlyUsedSymbols( sal_Bool bVal );
+
+ sal_Bool IsIgnoreSpacesRight() const;
void SetIgnoreSpacesRight( sal_Bool bVal );
- sal_Bool IsAutoRedraw() const;
+ sal_Bool IsAutoRedraw() const;
void SetAutoRedraw( sal_Bool bVal );
- sal_Bool IsShowFormulaCursor() const;
+ sal_Bool IsShowFormulaCursor() const;
void SetShowFormulaCursor( sal_Bool bVal );
};