summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.hxx
diff options
context:
space:
mode:
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 bda56fa260ae..e87f75063645 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 );
};