summaryrefslogtreecommitdiff
path: root/desktop/source/app/sofficemain.h
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-15 14:44:34 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-15 14:49:34 +0200
commit6df9c479f58ea94141a3a43eb7fd6fb4d1fd5c8b (patch)
tree5d653ab42c9bd2351538cdaa008c0e68058b5eb2 /desktop/source/app/sofficemain.h
parentab5ce3f70a5635c3ca141b5c8928a104b522e1bb (diff)
gbuildize desktop
Diffstat (limited to 'desktop/source/app/sofficemain.h')
-rwxr-xr-xdesktop/source/app/sofficemain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/sofficemain.h b/desktop/source/app/sofficemain.h
index 539988834a02..bbe86d54e2bc 100755
--- a/desktop/source/app/sofficemain.h
+++ b/desktop/source/app/sofficemain.h
@@ -29,13 +29,13 @@
#ifndef INCLUDED_DESKTOP_SOURCE_APP_SOFFICEMAIN_H
#define INCLUDED_DESKTOP_SOURCE_APP_SOFFICEMAIN_H
-#include "sal/config.h"
+#include "desktopdllapi.h"
#if defined __cplusplus
extern "C" {
#endif
-int soffice_main(void);
+int DESKTOP_DLLPUBLIC soffice_main(void);
#if defined __cplusplus
}