diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-29 00:59:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-29 09:56:09 +0100 |
commit | 3fed9f3b46ecf5e7bcccb6a04311621860fbafbe (patch) | |
tree | e6005abe773ce7503cffef85ce2a8119394593a4 /xmlhelp | |
parent | 3829892dbc5475a49250729541be369ea9532d28 (diff) |
fix typos and includes
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/treeview/tvread.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlhelp/source/treeview/tvread.cxx b/xmlhelp/source/treeview/tvread.cxx index b07c2421f05f..0640ee7dfe03 100644 --- a/xmlhelp/source/treeview/tvread.cxx +++ b/xmlhelp/source/treeview/tvread.cxx @@ -47,6 +47,7 @@ #include <com/sun/star/uri/XUriReferenceFactory.hpp> #include <com/sun/star/uri/XVndSunStarExpandUrl.hpp> #include <comphelper/locale.hxx> +#include <comphelper/string.hxx> namespace treeview { |