diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-28 11:42:43 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-28 11:47:45 -0500 |
commit | bb059d9dd38f1dc5d0075f6c703154d4c6b50bd2 (patch) | |
tree | 45347f304ab9390ea2b688e5cdf6ed15e8aaa432 /svl/source/inc | |
parent | c927e5ed4d358465f91ec4f28734af42d72a0f9c (diff) |
targetted string re-work
Change-Id: I0d0712f441fcecb7a165173da7174e8f254cf39a
Diffstat (limited to 'svl/source/inc')
-rw-r--r-- | svl/source/inc/passwordcontainer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/inc/passwordcontainer.hxx b/svl/source/inc/passwordcontainer.hxx index bcbd51b1360e..c2aba84f63bd 100644 --- a/svl/source/inc/passwordcontainer.hxx +++ b/svl/source/inc/passwordcontainer.hxx @@ -216,7 +216,7 @@ public: { ::com::sun::star::uno::Sequence< ::rtl::OUString > aNode( 1 ); *aNode.getArray() = path; - *aNode.getArray() += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/Store")); + *aNode.getArray() += "/Store"; EnableNotification( aNode ); } |