summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2015-09-10 13:22:03 +0200
committerJulien Nabet <serval2412@yahoo.fr>2015-09-12 11:08:03 +0000
commit27304ec7c2b6037cf0a24b7b671092c5353567ec (patch)
tree9f01db66a77e98e982a0bca92456a1cbe5b5d7a9 /sc
parent1aad95eb96bb0e9416a608b8a0416bd7d46b1cab (diff)
tdf#94037: Don't try to manipulate non-existent widget container
Regression from commit 8b7799972a95da50e1e92748, which replaced named GtkFrame with GtkBox, but didn't rename the box accordingly. Change-Id: I321dbee05faded81dbf575bca3c578ecb09f1a3e Reviewed-on: https://gerrit.libreoffice.org/18469 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/uiconfig/scalc/ui/protectsheetdlg.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
index 388c2892300a..ee0d7c37c70b 100644
--- a/sc/uiconfig/scalc/ui/protectsheetdlg.ui
+++ b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
@@ -180,7 +180,7 @@
</packing>
</child>
<child>
- <object class="GtkBox" id="box3">
+ <object class="GtkBox" id="options">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="hexpand">True</property>