From dee757ad33b763180336240f27811d0d4e5aa130 Mon Sep 17 00:00:00 2001 From: Manal Alhassoun Date: Wed, 1 Jan 2014 13:32:52 +0300 Subject: convert delete object and theme queryboxes to .ui MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id8d54c55ab1b8c7e618654874bc8b9af949ec970 Reviewed-on: https://gerrit.libreoffice.org/7245 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svx/uiconfig/ui/querydeleteobjectdialog.ui | 34 ++++++++++++++++++++++++++++++ svx/uiconfig/ui/querydeletethemedialog.ui | 34 ++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 svx/uiconfig/ui/querydeleteobjectdialog.ui create mode 100644 svx/uiconfig/ui/querydeletethemedialog.ui (limited to 'svx/uiconfig/ui') diff --git a/svx/uiconfig/ui/querydeleteobjectdialog.ui b/svx/uiconfig/ui/querydeleteobjectdialog.ui new file mode 100644 index 000000000000..f49711bc9ad2 --- /dev/null +++ b/svx/uiconfig/ui/querydeleteobjectdialog.ui @@ -0,0 +1,34 @@ + + + + + False + 12 + Delete this object? + False + dialog + True + question + yes-no + Do you really want to delete this object? + + + False + vertical + 24 + + + False + end + + + False + True + end + 0 + + + + + + diff --git a/svx/uiconfig/ui/querydeletethemedialog.ui b/svx/uiconfig/ui/querydeletethemedialog.ui new file mode 100644 index 000000000000..d4cf7ff285af --- /dev/null +++ b/svx/uiconfig/ui/querydeletethemedialog.ui @@ -0,0 +1,34 @@ + + + + + False + 12 + Delete this theme? + False + dialog + True + question + yes-no + Do you really want to delete this theme? + + + False + vertical + 24 + + + False + end + + + False + True + end + 0 + + + + + + -- cgit