summaryrefslogtreecommitdiffstats
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-10-12 11:43:46 +0200
committerEike Rathke <erack@redhat.com>2015-10-16 22:15:53 +0000
commit313df729a3b6a94275ac992e74b18256fd286f93 (patch)
treee55113c2a5e31803a9d75bcf938cf9ec4f9d4e96 /sc/uiconfig
parenttdf#39468 translated german comments in tabvwsh9.cxx (diff)
downloadcore-313df729a3b6a94275ac992e74b18256fd286f93.tar.gz
core-313df729a3b6a94275ac992e74b18256fd286f93.zip
tdf#92256, c#19: Implement "current doc only" switch
that'll save calculation settings into current document only, not into global user profile Change-Id: I50ab31b679f712ff512f85a2cd58319d356462ea Reviewed-on: https://gerrit.libreoffice.org/19318 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/ui/formulacalculationoptions.ui15
1 files changed, 15 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui
index 59641e639197..bf1c6b0906f4 100644
--- a/sc/uiconfig/scalc/ui/formulacalculationoptions.ui
+++ b/sc/uiconfig/scalc/ui/formulacalculationoptions.ui
@@ -110,6 +110,21 @@
<property name="top_attach">0</property>
</packing>
</child>
+ <child>
+ <object class="GtkCheckButton" id="current_doc">
+ <property name="label" translatable="yes">Apply those settings to current document only</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="xalign">0</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
</object>
</child>
</object>