diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2017-07-05 20:27:14 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-07-06 10:20:45 +0200 |
commit | 3a60c959663cdd054675310e3c6f163791304754 (patch) | |
tree | 7227e9e42b88fff1c1d81090c420ff9cc9ffca6b /sd | |
parent | 6549993b17feb1423c76b5237f086e6f35346a2c (diff) |
remove unused text property of spinbuttons for animation delay
to remove numbers from translatable strings
Change-Id: I347fc15a3f80c6c2cb72d7676138c9b80557a478
Reviewed-on: https://gerrit.libreoffice.org/39610
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationspanel.ui | 1 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui index f40417597e2a..06b845f76568 100644 --- a/sd/uiconfig/simpress/ui/customanimationspanel.ui +++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui @@ -360,7 +360,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> - <property name="text" translatable="yes">0.0</property> <property name="adjustment">adjustment1</property> <property name="digits">1</property> </object> diff --git a/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui b/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui index 51eb7dc1ef54..9f76e6d12d5a 100644 --- a/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui +++ b/sd/uiconfig/simpress/ui/customanimationspanelhorizontal.ui @@ -311,7 +311,6 @@ <object class="GtkSpinButton" id="delay_value:0.0sec"> <property name="can_focus">True</property> <property name="hexpand">True</property> - <property name="text" translatable="yes">0.0</property> <property name="digits">1</property> </object> <packing> |