summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-09-26 11:31:47 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-09-26 11:31:47 +0000
commitbeaaf7077ec20c206163a69317eb10d60c686687 (patch)
treeaf21d1efee2c4a09f873cc1bdc96e3c7e6dd9874 /sfx2/source
parent79de747d13ee7d8e680262833df070890181c744 (diff)
#i10000# #i93984# Get build fixes from ooo300m8masterfix.
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/shutdowniconunx.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/appl/shutdowniconunx.cxx b/sfx2/source/appl/shutdowniconunx.cxx
index f72399eba3..44df4b42be 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 )