summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-07 21:19:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-09 11:40:53 +0000
commitd9e3efbc0ed6193119565530e390a1c1c0a5f6b7 (patch)
tree6d010e3fea983ece69ed72b723f71319d3407d41 /filter
parentf8a4ce67987e5cb47f07dc61eeb450e1d5b9c541 (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 'filter')
-rw-r--r--filter/source/xsltdialog/xmlfiltersettingsdialog.hxx2
-rw-r--r--filter/source/xsltdialog/xmlfiltertestdialog.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx b/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
index 2b2c5becceea..7ebc3fca0513 100644
--- a/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
+++ b/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
@@ -135,7 +135,7 @@ private:
PushButton* m_pPBDelete;
PushButton* m_pPBSave;
PushButton* m_pPBOpen;
- PushButton* m_pPBClose;
+ CloseButton* m_pPBClose;
bool m_bIsClosable;
diff --git a/filter/source/xsltdialog/xmlfiltertestdialog.hxx b/filter/source/xsltdialog/xmlfiltertestdialog.hxx
index 589971aaee7e..7fccd4ed406d 100644
--- a/filter/source/xsltdialog/xmlfiltertestdialog.hxx
+++ b/filter/source/xsltdialog/xmlfiltertestdialog.hxx
@@ -79,7 +79,7 @@ private:
PushButton* m_pPBImportBrowse;
PushButton* m_pPBRecentFile;
FixedText* m_pFTNameOfRecentFile;
- PushButton* m_pPBClose;
+ CloseButton* m_pPBClose;
filter_info_impl* m_pFilterInfo;