From d9e3efbc0ed6193119565530e390a1c1c0a5f6b7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 7 Jan 2013 21:19:04 +0000 Subject: 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 --- xmlsecurity/inc/xmlsecurity/digitalsignaturesdialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity/inc') 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 -- cgit v1.2.3