diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-01 09:36:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-01 09:36:58 +0000 |
commit | d807e6bf984c3efe3ff37e65050f1f4cd2664478 (patch) | |
tree | 892767f443d42866793003af8aeb52efe58ddd8e /vcl/unx/inc/sm.hxx | |
parent | edc0a4c468bfdc34fd1ee3f23c9870ca74d86eb6 (diff) |
INTEGRATION: CWS vcl42 (1.7.112); FILE MERGED
2005/10/06 07:06:08 pl 1.7.112.2: RESYNC: (1.7-1.8); FILE MERGED
2005/08/08 10:40:36 pl 1.7.112.1: #i52626# set client id on gtk client leader
Diffstat (limited to 'vcl/unx/inc/sm.hxx')
-rw-r--r-- | vcl/unx/inc/sm.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/inc/sm.hxx b/vcl/unx/inc/sm.hxx index 27d88aa5de23..722221d89d2e 100644 --- a/vcl/unx/inc/sm.hxx +++ b/vcl/unx/inc/sm.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sm.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:48:23 $ + * last change: $Author: kz $ $Date: 2005-11-01 10:36:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -77,7 +77,7 @@ public: static void interactionDone(); static String getExecName(); - static const ByteString& getSessionID() { return aClientID; } + static VCL_DLLPUBLIC const ByteString& getSessionID(); }; class SalFrame; |