From 9cab0cb9a5af211ce1ba9281ac0733e288d4c235 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 26 Sep 2008 11:31:47 +0000 Subject: #i10000# #i93984# Get build fixes from ooo300m8masterfix. --- sfx2/source/appl/shutdowniconunx.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sfx2/source/appl/shutdowniconunx.cxx') 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 ) -- cgit