diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-09-26 11:31:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-09-26 11:31:47 +0000 |
commit | 9cab0cb9a5af211ce1ba9281ac0733e288d4c235 (patch) | |
tree | 06a0092b456f84826a02c7c2155a794c9423e0b2 /sfx2/source/appl/shutdowniconunx.cxx | |
parent | ff20cede5a7cb7e742242224bc7ac3030c2b1bac (diff) |
#i10000# #i93984# Get build fixes from ooo300m8masterfix.
Diffstat (limited to 'sfx2/source/appl/shutdowniconunx.cxx')
-rw-r--r-- | sfx2/source/appl/shutdowniconunx.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/appl/shutdowniconunx.cxx b/sfx2/source/appl/shutdowniconunx.cxx index 557f130e29f6..f68d367df658 100644 --- a/sfx2/source/appl/shutdowniconunx.cxx +++ b/sfx2/source/appl/shutdowniconunx.cxx @@ -291,6 +291,7 @@ static void refresh_menu( GtkWidget *pMenu ) gtk_widget_set_sensitive( pOpenMenuItem, !bModal); } +extern "C" { static void layout_menu( GtkMenu *menu, gint *x, gint *y, gboolean *push_in, @@ -312,6 +313,7 @@ layout_menu( GtkMenu *menu, *push_in = TRUE; } +} static gboolean display_menu_cb( GtkWidget *, GdkEventButton *event, GtkWidget *pMenu ) |