diff options
author | Noel Grandin <noel@peralex.com> | 2015-12-03 12:38:01 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-12-03 13:57:23 +0200 |
commit | 2b17ec2175e288b92044092166d5b885978cecff (patch) | |
tree | f57160fe8e3987a5f51f9a6860153732c8811974 /sw/inc/crsrsh.hxx | |
parent | e6721d2d17f5f34dcac14c3379521bb7fb6b8c03 (diff) |
uno:Sequence->std::vector in SmartTagMgr
Change-Id: I163f7d6c0f30ac2929df1cae202e695d21bb49fc
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 13d8c0c9b219..85f662523ab1 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -772,7 +772,7 @@ public: void GetSmartTagRect( const Point& rPt, SwRect& rSelectRect ); // get smart tags at current cursor position - void GetSmartTagTerm( css::uno::Sequence< OUString >& rSmartTagTypes, + void GetSmartTagTerm( std::vector< OUString >& rSmartTagTypes, css::uno::Sequence< css::uno::Reference< css::container::XStringKeyMap > >& rStringKeyMaps, css::uno::Reference<css::text::XTextRange>& rRange ) const; |