diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-03 16:24:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:52 +0200 |
commit | b7b50269c3c4cbcd9228bb614577a7699e0ad664 (patch) | |
tree | 35c2a6f53ab4d11691a3da78445d6a1d56f5bab8 /include/svx/ParseContext.hxx | |
parent | 2ba105223cdf3a8df21a3368b8dfe506a8f885e8 (diff) |
convert include/svx/ParseContext.hxx from String to OUString
Change-Id: I0e7c003ea86dc7b3e9f698e1abd9a246d26d76e9
Diffstat (limited to 'include/svx/ParseContext.hxx')
-rw-r--r-- | include/svx/ParseContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/ParseContext.hxx b/include/svx/ParseContext.hxx index 55934efcc545..e7d9ddc3ab91 100644 --- a/include/svx/ParseContext.hxx +++ b/include/svx/ParseContext.hxx @@ -36,7 +36,7 @@ namespace svxform { private: - ::std::vector< String > m_aLocalizedKeywords; + ::std::vector< OUString > m_aLocalizedKeywords; public: OSystemParseContext(); |