Kaydet (Commit) 591f1385 authored tarafından Noel Grandin's avatar Noel Grandin

uno::Sequence -> std::vector

Change-Id: I8295505c4b83d23736c1da763eced7406b174409
üst 7f8c4b84
...@@ -164,7 +164,7 @@ public: ...@@ -164,7 +164,7 @@ public:
private: 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_lNewVersionMenubarSettingsSeq;
css::uno::Sequence< css::beans::PropertyValue > m_lNewVersionToolbarSettingsSeq; css::uno::Sequence< css::beans::PropertyValue > m_lNewVersionToolbarSettingsSeq;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment