From 2b17ec2175e288b92044092166d5b885978cecff Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Dec 2015 12:38:01 +0200 Subject: uno:Sequence->std::vector in SmartTagMgr Change-Id: I163f7d6c0f30ac2929df1cae202e695d21bb49fc --- sw/inc/crsrsh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/crsrsh.hxx') 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& rRange ) const; -- cgit