From 591f138559d8de5de003e54f32bfecf12e17f0a6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Dec 2015 10:56:04 +0200 Subject: uno::Sequence -> std::vector Change-Id: I8295505c4b83d23736c1da763eced7406b174409 --- desktop/source/migration/migration_impl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source/migration/migration_impl.hxx') 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; }; -- cgit