Kaydet (Commit) 6896712f authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: avoid unnecessary roundtrip to css::uno::Sequence

Just pass over an std::vector instead of getAsConstPropertyValueList()
and comphelper::sequenceToContainer().

Change-Id: I584c44918b526cbed99abdbbf069c4bbf27ac887
üst d5268ee6
...@@ -729,7 +729,7 @@ public: ...@@ -729,7 +729,7 @@ public:
void RegisterFrameConversion(css::uno::Reference<css::text::XTextRange> const& xFrameStartRange, void RegisterFrameConversion(css::uno::Reference<css::text::XTextRange> const& xFrameStartRange,
css::uno::Reference<css::text::XTextRange> const& xFrameEndRange, css::uno::Reference<css::text::XTextRange> const& xFrameEndRange,
const css::uno::Sequence<css::beans::PropertyValue>& aFrameProperties); const std::vector<css::beans::PropertyValue>& aFrameProperties);
bool ExecuteFrameConversion(); bool ExecuteFrameConversion();
void AddNewRedline( sal_uInt32 sprmId ); void AddNewRedline( sal_uInt32 sprmId );
......
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