diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-15 00:57:24 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-15 13:27:11 +0100 |
commit | 5c2d3a39af6f710cf58d5282ab9533e5c4f542d5 (patch) | |
tree | c57fb228efc6252f7760043a1b9c96f1ff514962 /sfx2/source | |
parent | d5303f2b25bf849fce2eda37f3f5082a18afe15c (diff) |
Remove TEMPLATE_DIALOG_MORE_POLISHED
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/appl/shutdowniconunx.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sfx2/source/appl/shutdowniconunx.cxx b/sfx2/source/appl/shutdowniconunx.cxx index b0717a30ccc1..96d6cea1422a 100644 --- a/sfx2/source/appl/shutdowniconunx.cxx +++ b/sfx2/source/appl/shutdowniconunx.cxx @@ -306,18 +306,6 @@ static gboolean display_menu_cb( GtkWidget *, if (event->button == 2) return FALSE; -#ifdef TEMPLATE_DIALOG_MORE_POLISHED - if (event->button == 1 && - event->type == GDK_2BUTTON_PRESS) - { - open_template_cb( NULL ); - return TRUE; - } - if (event->button == 3) - { - ... as below ... -#endif - refresh_menu( pMenu ); gtk_menu_popup( GTK_MENU( pMenu ), NULL, NULL, |