diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2017-11-04 02:29:33 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2017-11-04 02:50:14 +0100 |
commit | 49d53fa8a4d0c69a58000d05b903e757e30e6930 (patch) | |
tree | 071baed9285e3d0549d19af8c0ff72245ac2bb77 /svx/uiconfig | |
parent | 40918d0321f9e9a958fa80f309213e199cf21bce (diff) |
TSCP: limit the input to the IPPart entry field
Limit the input keys to the IPPart entry field. The limit is by
default set to free-form with the configuration key. When the
limitation is activated it is only possible to input chars '/',
';', ' ' (space) and delete.
Change-Id: Id3eb7e0198fb60e07894d6ff22a32351cca9d589
Reviewed-on: https://gerrit.libreoffice.org/44280
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/classificationdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/classificationdialog.ui b/svx/uiconfig/ui/classificationdialog.ui index b953c003e0ec..40464427568a 100644 --- a/svx/uiconfig/ui/classificationdialog.ui +++ b/svx/uiconfig/ui/classificationdialog.ui @@ -294,7 +294,7 @@ </packing> </child> <child> - <object class="GtkEntry" id="intellectualPropertyPartEntry"> + <object class="svxlo-IntellectualPropertyPartEdit" id="intellectualPropertyPartEntry"> <property name="visible">True</property> <property name="can_focus">True</property> </object> |