diff options
author | Noel Grandin <noel@peralex.com> | 2013-09-02 12:53:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-09-05 08:54:21 +0200 |
commit | 5cc8b86f5e79467913787fdad6d02cf1ccd34b32 (patch) | |
tree | 35d8bceba78b2f947676cc12291c71eb9fa36b26 | |
parent | ea766508f7f8b4a89ca428db16b21ac6e0226882 (diff) |
convert include/svx/svdoashp.hxx from String to OUString
Change-Id: Ie31c952ebb6d1c06b3905e56c6efe30e90303a82
-rw-r--r-- | include/svx/svdoashp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdoashp.hxx b/include/svx/svdoashp.hxx index 1c543454474f..c1f051fd60ec 100644 --- a/include/svx/svdoashp.hxx +++ b/include/svx/svdoashp.hxx @@ -131,7 +131,7 @@ public: protected: - String aName; + OUString aName; public: |