tdf#158068 Use OUString literals in printerinfomanager.cxx
Change-Id: Ibd2e77246fddbe782f14252fee708035e9466b42 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181754 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
committed by
Mike Kaganski
parent
7dfdc18d68
commit
d58a023856
@@ -696,8 +696,8 @@ static void lpgetSysQueueTokenHandler(
|
|||||||
rtl_TextEncoding aEncoding = osl_getThreadTextEncoding();
|
rtl_TextEncoding aEncoding = osl_getThreadTextEncoding();
|
||||||
std::unordered_set< OUString > aUniqueSet;
|
std::unordered_set< OUString > aUniqueSet;
|
||||||
std::unordered_set< OUString > aOnlySet;
|
std::unordered_set< OUString > aOnlySet;
|
||||||
aUniqueSet.insert( OUString( "_all" ) );
|
aUniqueSet.insert( u"_all"_ustr );
|
||||||
aUniqueSet.insert( OUString( "_default" ) );
|
aUniqueSet.insert( u"_default"_ustr );
|
||||||
|
|
||||||
// the eventual "all" attribute of the "_all" queue tells us, which
|
// the eventual "all" attribute of the "_all" queue tells us, which
|
||||||
// printers are to be used for this user at all
|
// printers are to be used for this user at all
|
||||||
|
Reference in New Issue
Block a user