tdf#154285 Check upper bound of arguments in SbRtl_Minute function
[LibreOffice.git] / sfx2 / uiconfig / ui / querysavedialog.ui
blob4eeefe6c38b095c85fc55b66b36e8ff04ee1d3b1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="sfx">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkMessageDialog" id="QuerySaveDialog">
6 <property name="can-focus">False</property>
7 <property name="title" translatable="yes" context="querysavedialog|QuerySaveDialog">Save Document?</property>
8 <property name="resizable">False</property>
9 <property name="modal">True</property>
10 <property name="type-hint">dialog</property>
11 <property name="skip-taskbar-hint">True</property>
12 <property name="message-type">warning</property>
13 <property name="text" translatable="yes" context="querysavedialog|QuerySaveDialog">Save changes to document “$(DOC)” before closing?</property>
14 <property name="secondary-text" translatable="yes" context="querysavedialog|QuerySaveDialog">Your changes will be lost if you don’t save them.</property>
15 <child internal-child="vbox">
16 <object class="GtkBox" id="messagedialog-vbox">
17 <property name="can-focus">False</property>
18 <property name="orientation">vertical</property>
19 <property name="spacing">12</property>
20 <child internal-child="action_area">
21 <object class="GtkButtonBox" id="messagedialog-action_area">
22 <property name="can-focus">False</property>
23 <child>
24 <object class="GtkButton" id="discard">
25 <property name="label" translatable="yes" context="querysavedialog|discard">Do_n’t Save</property>
26 <property name="visible">True</property>
27 <property name="can-focus">True</property>
28 <property name="receives-default">True</property>
29 <property name="use-underline">True</property>
30 <style>
31 <class name="destructive-action"/>
32 </style>
33 </object>
34 <packing>
35 <property name="expand">False</property>
36 <property name="fill">True</property>
37 <property name="position">0</property>
38 </packing>
39 </child>
40 <child>
41 <object class="GtkButton" id="cancel">
42 <property name="label" translatable="yes" context="stock">_Cancel</property>
43 <property name="visible">True</property>
44 <property name="can-focus">True</property>
45 <property name="receives-default">True</property>
46 <property name="use-underline">True</property>
47 </object>
48 <packing>
49 <property name="expand">False</property>
50 <property name="fill">True</property>
51 <property name="position">1</property>
52 </packing>
53 </child>
54 <child>
55 <object class="GtkButton" id="save">
56 <property name="label" translatable="yes" context="querysavedialog|save">_Save</property>
57 <property name="visible">True</property>
58 <property name="can-focus">True</property>
59 <property name="can-default">True</property>
60 <property name="has-default">True</property>
61 <property name="receives-default">True</property>
62 <property name="use-underline">True</property>
63 </object>
64 <packing>
65 <property name="expand">False</property>
66 <property name="fill">True</property>
67 <property name="position">2</property>
68 </packing>
69 </child>
70 </object>
71 <packing>
72 <property name="expand">False</property>
73 <property name="fill">True</property>
74 <property name="pack-type">end</property>
75 <property name="position">0</property>
76 </packing>
77 </child>
78 </object>
79 </child>
80 <action-widgets>
81 <action-widget response="-9">discard</action-widget>
82 <action-widget response="-6">cancel</action-widget>
83 <action-widget response="-8">save</action-widget>
84 </action-widgets>
85 </object>
86 </interface>