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:
parent
7dfdc18d68
commit
d58a023856
@ -696,8 +696,8 @@ static void lpgetSysQueueTokenHandler(
|
||||
rtl_TextEncoding aEncoding = osl_getThreadTextEncoding();
|
||||
std::unordered_set< OUString > aUniqueSet;
|
||||
std::unordered_set< OUString > aOnlySet;
|
||||
aUniqueSet.insert( OUString( "_all" ) );
|
||||
aUniqueSet.insert( OUString( "_default" ) );
|
||||
aUniqueSet.insert( u"_all"_ustr );
|
||||
aUniqueSet.insert( u"_default"_ustr );
|
||||
|
||||
// the eventual "all" attribute of the "_all" queue tells us, which
|
||||
// printers are to be used for this user at all
|
||||
|
Loading…
x
Reference in New Issue
Block a user