summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdowniconunx.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-09 14:59:01 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-09 14:59:01 +0000
commit8318428c19869ebe78d169966ceaf90485e5c1a4 (patch)
tree1196f053645d5c6eded040662654c47fe38023ba /sfx2/source/appl/shutdowniconunx.cxx
parent78fc0c05c7456cca3c40521582d395858438b1ca (diff)
#i10000# missing extern c
Diffstat (limited to 'sfx2/source/appl/shutdowniconunx.cxx')
-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 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,