summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRafael Dominguez <venccsralph@gmail.com>2012-08-11 09:49:57 -0430
committerRafael Dominguez <venccsralph@gmail.com>2012-08-11 19:57:46 -0430
commit9d88c7a34f148925a95d14f03e105f9c62f293a3 (patch)
treea5b6d6a9ea785dcf3450d93c61ed38165bfdf870 /sfx2/inc
parent3f660094c871a9fb06c6767fcc766c10989caa27 (diff)
Remove close button in template dialog.
Change-Id: I7a8cac7b8dfa73eabea9113d4b9921a2d48b0324
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/templatedlg.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx
index 91bc0bec48b2..399d22a97da3 100644
--- a/sfx2/inc/templatedlg.hxx
+++ b/sfx2/inc/templatedlg.hxx
@@ -49,7 +49,6 @@ private:
virtual void MouseButtonDown( const MouseEvent& rMEvt );
- DECL_LINK(CloseHdl, void*);
DECL_LINK(CloseOverlayHdl, void*);
DECL_LINK(OnClickSelectionMode, ImageButton*);
@@ -114,7 +113,6 @@ private:
PushButton aButtonPresents;
PushButton aButtonSheets;
PushButton aButtonDraws;
- PushButton maButtonClose;
ImageButton maButtonSelMode;
Edit *mpSearchEdit;