summaryrefslogtreecommitdiff
path: root/svl/source/inc/passwordcontainer.hxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-23 07:46:41 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-23 07:46:41 +0100
commitff1edf5a380baa88405feb325066ac70e01de507 (patch)
tree221309bd7e2c60a520d91e66d6ce71c39e4842d8 /svl/source/inc/passwordcontainer.hxx
parentac958c9386d00963c3ecd2e7120486441d4915b7 (diff)
RTL_CONSTASCII_USTRINGPARAM in libs-gui 11
Diffstat (limited to 'svl/source/inc/passwordcontainer.hxx')
-rw-r--r--svl/source/inc/passwordcontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/inc/passwordcontainer.hxx b/svl/source/inc/passwordcontainer.hxx
index cbcd596103f4..90a367814202 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::createFromAscii( "/Store" );
+ *aNode.getArray() += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/Store"));
EnableNotification( aNode );
}