diff options
-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 039434d8a4ad..2fbf29d2b1f8 100644 --- a/sfx2/source/appl/shutdowniconunx.cxx +++ b/sfx2/source/appl/shutdowniconunx.cxx @@ -136,12 +136,14 @@ static GdkPixbuf * ResIdToPixbuf( USHORT nResId ) NULL ); } +extern "C" { static void oustring_delete (gpointer data, GClosure * /* closure */) { OUString *pURL = (OUString *) data; delete pURL; } +} static void add_item( GtkMenuShell *pMenuShell, const char *pAsciiURL, OUString *pOverrideLabel, |