diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-22 16:48:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-22 18:19:18 +0200 |
commit | b7f20ef33f5a32cc4726db3ff22056850426073e (patch) | |
tree | d89bc78319f72e53dfa0f5c2de5652f18e36063c /helpcompiler | |
parent | c9bca105cae2768fc8b80ed35fcbb6ed11391c9a (diff) |
Unwind HighlightPortions typedef
Change-Id: I0ecc15f9bfd557d0a70a05536906a4984a46463c
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/source/BasCodeTagger.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx index d394e1aad531..6eaf063cc78c 100644 --- a/helpcompiler/source/BasCodeTagger.cxx +++ b/helpcompiler/source/BasCodeTagger.cxx @@ -150,7 +150,7 @@ void BasicCodeTagger::tagParagraph( xmlNodePtr paragraph ) strlen(reinterpret_cast<const char*>(codeSnippet)), RTL_TEXTENCODING_UTF8 ); m_Highlighter.notifyChange ( 0, 0, &strLine, 1 ); - HighlightPortions portions; + std::vector<HighlightPortion> portions; m_Highlighter.getHighlightPortions( 0, strLine, portions ); for ( size_t i=0; i<portions.size(); i++ ) { |