summaryrefslogtreecommitdiff
path: root/accessibility/inc/accessibility/helper
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-03 10:28:31 +0200
committerNoel Grandin <noel@peralex.com>2015-12-03 13:57:22 +0200
commit7f8c4b8445b578ec26256efd6f96e5a5b8d81f2e (patch)
tree1e9c14c05df034f622160222eaa6cf073a1aad7e /accessibility/inc/accessibility/helper
parentd40d756f4079a228035b5db346da50fe7aed0bd2 (diff)
Use comphelper::containerToSequence()
Change-Id: I18d6ef04ff00f971a4c54ba259733c07501c6c1a
Diffstat (limited to 'accessibility/inc/accessibility/helper')
-rw-r--r--accessibility/inc/accessibility/helper/characterattributeshelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/accessibility/helper/characterattributeshelper.hxx b/accessibility/inc/accessibility/helper/characterattributeshelper.hxx
index 7ed84cbd9b4e..3ed820b127e4 100644
--- a/accessibility/inc/accessibility/helper/characterattributeshelper.hxx
+++ b/accessibility/inc/accessibility/helper/characterattributeshelper.hxx
@@ -43,7 +43,7 @@ public:
CharacterAttributesHelper( const vcl::Font& rFont, sal_Int32 nBackColor, sal_Int32 nColor );
~CharacterAttributesHelper();
- css::uno::Sequence< css::beans::PropertyValue > GetCharacterAttributes();
+ std::vector< css::beans::PropertyValue > GetCharacterAttributes();
css::uno::Sequence< css::beans::PropertyValue > GetCharacterAttributes( const css::uno::Sequence< OUString >& aRequestedAttributes );
};