summaryrefslogtreecommitdiff
path: root/starmath/inc/dialog.hxx
diff options
context:
space:
mode:
authorThomas Lange [tl] <Thomas.Lange@oracle.com>2010-10-13 11:39:15 +0200
committerThomas Lange [tl] <Thomas.Lange@oracle.com>2010-10-13 11:39:15 +0200
commit9a1374b54144b15cfef1a0d8eeba861a69fec875 (patch)
treeefacb059428e02abe44a194619195082f88e413d /starmath/inc/dialog.hxx
parent8780cc5c294085fe7379a24eee58ac446cc40d0c (diff)
cws tl84: #i114767# Math: added option to save only used symbols
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rwxr-xr-x[-rw-r--r--]starmath/inc/dialog.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index 75aee6fd2009..fae8b9aece41 100644..100755
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -73,6 +73,7 @@ class SmPrintOptionsTabPage : public SfxTabPage
MetricField aZoom;
FixedLine aFixedLine3;
CheckBox aNoRightSpaces;
+ CheckBox aSaveOnlyUsedSymbols;
DECL_LINK(SizeButtonClickHdl, Button *);