summaryrefslogtreecommitdiff
path: root/framework/source/inc/accelerators/presethandler.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-07 21:44:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-07 21:44:02 +0200
commit4be81de0d623571d81c167f326dfb913fdb08df6 (patch)
treed84424c73163aa6901a733939190d5af4e613d41 /framework/source/inc/accelerators/presethandler.hxx
parent02041335d89cfb23b59218c9201ff16baf423b81 (diff)
Resolve OUStringList typedef
Change-Id: Ifb5dc5128b5619abb83eea427c7fb1115fd825f3
Diffstat (limited to 'framework/source/inc/accelerators/presethandler.hxx')
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index c096e68fff00..3451ef7cc16f 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -126,11 +126,11 @@ class PresetHandler
/** @short knows the names of all presets inside the current
working storage of the share layer. */
- OUStringList m_lPresets;
+ std::vector<OUString> m_lPresets;
/** @short knows the names of all targets inside the current
working storage of the user layer. */
- OUStringList m_lTargets;
+ std::vector<OUString> m_lTargets;
/** @short its the current office locale and will be used
to handle localized presets.