summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-06-18 17:29:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-06-20 14:44:03 +0200
commit76cc3cf62162432afe2a34502a950654e7c3a48c (patch)
treea01fc1fc54f58960f2746ddffa8906aab00f5cc6 /vcl
parent4307b6a465cd97cc0a85260cc798542b50ed0f58 (diff)
SessionManagerClient::open need not be exported
Change-Id: I0284d8ae16861f7081547780e6b7de27bacaf467
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/unx/sm.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/sm.hxx b/vcl/inc/unx/sm.hxx
index 0dfc463884bf..d3cf9ab9e235 100644
--- a/vcl/inc/unx/sm.hxx
+++ b/vcl/inc/unx/sm.hxx
@@ -64,7 +64,7 @@ class SessionManagerClient
DECL_STATIC_LINK( SessionManagerClient, SaveYourselfHdl, void* );
DECL_STATIC_LINK( SessionManagerClient, InteractionHdl, void* );
public:
- static VCLPLUG_GEN_PUBLIC void open(); // needed by other plugins, so export
+ static void open(); // needed by other plugins, so export
static void close();
static bool checkDocumentsSaved();