diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-26 16:17:51 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-27 23:00:05 -0600 |
commit | 0860d2bca15536e1277a136c8d1390c5fa3bd271 (patch) | |
tree | 3e7291280eeeff664dd4e2fd2e731ca1770c7f97 /svl/qa | |
parent | ad6f9f2f00df27eec2fc6e640eb1a662644de6a4 (diff) |
String => OUString conversion of svl's PasswordHelper
Change-Id: I7e107c37c43a8c9d868b579a2c389de558594a77
Diffstat (limited to 'svl/qa')
-rw-r--r-- | svl/qa/unit/svl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx index d0cab798bafa..8ca0473c1ac6 100644 --- a/svl/qa/unit/svl.cxx +++ b/svl/qa/unit/svl.cxx @@ -262,7 +262,7 @@ void Test::testNumberFormat() } } - xub_StrLen nPos; + sal_Int32 nPos; short nType = NUMBERFORMAT_DEFINED; sal_uInt32 nKey; OUString aCode; |