diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-09 13:15:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-10 09:19:05 +0200 |
commit | 51c647cf744480db7ce1c450f6668727cc75d74b (patch) | |
tree | 37db02c67acc6729182692536dda7a795b2e2ec1 /sw/source/ui/envelp/labimp.hxx | |
parent | 4e0c84ae19a9633bc84953c0c3bc2b7a69e7c126 (diff) |
convert sw/source/ui/envelp/*.hxx from String to OUString
Change-Id: I5baacb469d5bee57908abda63834db8c312bf023
Diffstat (limited to 'sw/source/ui/envelp/labimp.hxx')
-rw-r--r-- | sw/source/ui/envelp/labimp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/envelp/labimp.hxx b/sw/source/ui/envelp/labimp.hxx index b69ecb55942a..3bca6ef4fade 100644 --- a/sw/source/ui/envelp/labimp.hxx +++ b/sw/source/ui/envelp/labimp.hxx @@ -86,8 +86,8 @@ public: void SetFromItem( const SwLabItem& rItem ); void FillItem( SwLabItem& rItem ) const; - String aMake; - String aType; + OUString aMake; + OUString aType; long lHDist; long lVDist; long lWidth; |