summaryrefslogtreecommitdiffstats
path: root/desktop/source/migration/migration_impl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-03 10:56:04 +0200
committerNoel Grandin <noel@peralex.com>2015-12-03 13:57:22 +0200
commit591f138559d8de5de003e54f32bfecf12e17f0a6 (patch)
tree0971c055f4bd924f3293cc4ecebbd9d8d9d5fc19 /desktop/source/migration/migration_impl.hxx
parentUse comphelper::containerToSequence() (diff)
downloadcore-591f138559d8de5de003e54f32bfecf12e17f0a6.tar.gz
core-591f138559d8de5de003e54f32bfecf12e17f0a6.zip
uno::Sequence -> std::vector
Change-Id: I8295505c4b83d23736c1da763eced7406b174409
Diffstat (limited to 'desktop/source/migration/migration_impl.hxx')
-rw-r--r--desktop/source/migration/migration_impl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/migration/migration_impl.hxx b/desktop/source/migration/migration_impl.hxx
index 9f35cae5afe2..983d6ac5fe46 100644
--- a/desktop/source/migration/migration_impl.hxx
+++ b/desktop/source/migration/migration_impl.hxx
@@ -164,7 +164,7 @@ public:
private:
- css::uno::Sequence< css::beans::PropertyValue > m_lCfgManagerSeq;
+ std::vector< css::beans::PropertyValue > m_lCfgManagerSeq;
css::uno::Sequence< css::beans::PropertyValue > m_lNewVersionMenubarSettingsSeq;
css::uno::Sequence< css::beans::PropertyValue > m_lNewVersionToolbarSettingsSeq;
};