diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-08 08:12:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-08 08:12:39 +0000 |
commit | e9c731cc661ce75ed5c2ecc194691c2cbbec5710 (patch) | |
tree | 6e6bcf0723724dfecc6a4f697138bf5b3814ba81 /framework | |
parent | 45fcd67abdb0c9638a1553b25caeb5323f740af5 (diff) |
INTEGRATION: CWS fwk14 (1.5.74); FILE MERGED
2005/05/25 08:35:35 as 1.5.74.1: #i46497# dont forget shared storages if one(!) temp. client will be released
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/inc/accelerators/presethandler.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx index 37e78825b8f3..ba9b7f4051a0 100644 --- a/framework/source/inc/accelerators/presethandler.hxx +++ b/framework/source/inc/accelerators/presethandler.hxx @@ -2,9 +2,9 @@ * * $RCSfile: presethandler.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2005-02-24 17:11:26 $ + * last change: $Author: obo $ $Date: 2005-07-08 09:12:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -284,7 +284,8 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas //--------------------------------------- /** @short knows the relative path from the root. */ - ::rtl::OUString m_sRelPath; + ::rtl::OUString m_sRelPathShare; + ::rtl::OUString m_sRelPathUser; //------------------------------------------- // native interface |