diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-09-27 14:05:07 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-09-29 10:46:56 +0200 |
commit | 8a7a9992906ba59d575ca9e4441b3e84fea5fae0 (patch) | |
tree | 4dcbce91e7a03338b64580da1d23601833018438 /sw/source/ui/fldui/flddb.hxx | |
parent | d0fdae78797979949ec7ead20ad52b901c8c7e9a (diff) |
String to OUString
Change-Id: I8ff61895eac1dc9714de5ded6e80c06e4ce5357b
Diffstat (limited to 'sw/source/ui/fldui/flddb.hxx')
-rw-r--r-- | sw/source/ui/fldui/flddb.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/flddb.hxx b/sw/source/ui/fldui/flddb.hxx index 26b4f681d6f9..eb6fdac60215 100644 --- a/sw/source/ui/fldui/flddb.hxx +++ b/sw/source/ui/fldui/flddb.hxx @@ -47,9 +47,9 @@ class SwFldDBPage : public SwFldPage ListBox* m_pFormatLB; VclContainer* m_pFormat; - String sOldDBName; - String sOldTableName; - String sOldColumnName; + OUString sOldDBName; + OUString sOldTableName; + OUString sOldColumnName; sal_uLong nOldFormat; sal_uInt16 nOldSubType; Link aOldNumSelectHdl; |