diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2017-09-23 21:31:38 -0400 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2017-09-26 13:56:48 +0200 |
commit | 86c5c812b030cea6753b298a70146375c5d58175 (patch) | |
tree | 96408bee2b285f94337e948c039aac1a4c8a70c0 /include | |
parent | 0b4bf5840e15e56cf5ebcda06fe567cd8ca0034c (diff) |
TSCP: paragraph classification dialog
Change-Id: I3a5f201f9ed28452ee7392cb30aebf21955f3620
Reviewed-on: https://gerrit.libreoffice.org/42737
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/ClassificationDialog.hxx | 1 | ||||
-rw-r--r-- | include/svx/svxids.hrc | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/ClassificationDialog.hxx b/include/svx/ClassificationDialog.hxx index c0612124df99..9b315c997381 100644 --- a/include/svx/ClassificationDialog.hxx +++ b/include/svx/ClassificationDialog.hxx @@ -27,6 +27,7 @@ class SVX_DLLPUBLIC ClassificationDialog : public ModalDialog { private: VclPtr<ClassificationEditView> m_pEditWindow; + VclPtr<PushButton> m_pSignButton; VclPtr<PushButton> m_pBoldButton; VclPtr<ListBox> m_pClassificationListBox; VclPtr<ListBox> m_pInternationalClassificationListBox; diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 6300b67b6b19..84103287e776 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -973,7 +973,7 @@ #define SID_DRAW_MEASURELINE ( SID_SVX_START + 1167 ) #define SID_AUTHOR_COLOR ( SID_SVX_START + 1168 ) #define SID_BMPMASK_COLOR ( SID_SVX_START + 1169 ) -#define SID_PARA_SIGNATURE_ADD ( SID_SVX_START + 1170 ) +#define SID_PARAGRAPH_SIGN_CLASSIFY_DLG ( SID_SVX_START + 1170 ) #define SID_CLASSIFICATION_DIALOG ( SID_SVX_START + 1171 ) // IMPORTANT NOTE: adjust SID_SVX_FIRSTFREE, when adding new slot id |