diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-01-07 21:19:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-01-09 11:40:53 +0000 |
commit | d9e3efbc0ed6193119565530e390a1c1c0a5f6b7 (patch) | |
tree | 6d010e3fea983ece69ed72b723f71319d3407d41 /xmlsecurity/inc | |
parent | f8a4ce67987e5cb47f07dc61eeb450e1d5b9c541 (diff) |
add a CloseButton to vcl for convenience
does exactly the same default action as a CancelButton except with "Close" as
the label
Change-Id: I538e8fc761cde4a1050d066ef935df1ecd930414
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx index 390573d7c6e3..03d660140c86 100644 --- a/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx +++ b/xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx @@ -84,7 +84,7 @@ private: PushButton* m_pAddBtn; PushButton* m_pRemoveBtn; - PushButton* m_pCloseBtn; + CloseButton* m_pCloseBtn; OUString m_sODFVersion; //Signals if the document contains already a document signature. This is only |