diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-02-12 15:18:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-02-12 15:18:02 +0000 |
commit | 36c2c00b408e046a47fc6b8dd8813dd7599ec9ab (patch) | |
tree | 8110b1edf2cd89152acf41518c6e64c8fe963ad8 /desktop | |
parent | 9e6b3b2391684a1ce7e6fac046fa5dc6aafaa033 (diff) |
INTEGRATION: CWS jl87_SRC680 (1.5.272); FILE MERGED
2008/01/22 15:00:24 jl 1.5.272.1: #i80684# licence dialog will be executed in main thread
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/license_dialog.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/source/deployment/gui/license_dialog.hxx b/desktop/source/deployment/gui/license_dialog.hxx index 9d5d13f86f19..cc6891c9fe6c 100644 --- a/desktop/source/deployment/gui/license_dialog.hxx +++ b/desktop/source/deployment/gui/license_dialog.hxx @@ -4,9 +4,9 @@ * * $RCSfile: license_dialog.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2006-12-20 14:25:41 $ + * last change: $Author: vg $ $Date: 2008-02-12 16:18:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,6 +59,8 @@ class LicenseDialog OUString /* const */ m_sLicenseText; OUString m_initialTitle; + sal_Int16 solar_execute(); + public: LicenseDialog( Sequence<Any> const & args, Reference<XComponentContext> const & xComponentContext ); |