diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-08-03 10:57:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-08-03 18:05:16 +0200 |
commit | 024fbfc1ae7906e0c62e28ab9c3066d38ddf8d7c (patch) | |
tree | e1d45f3e82af401ff9e4814288186f2082cb14e2 /vcl/source | |
parent | 2d4d95e7fe13bdf6eb50e01081c93dfe7a963f23 (diff) |
SAL_WARN->SAL_INFO
This warning fires all the time, but does not seem to indicate any real
problem. It dates back to
commit acea502ce05285043c2ebc12de6218d7ea59fa7e
Author: Vladimir Glazounov <vg@openoffice.org>
Date: Tue Aug 19 08:58:56 2008 +0000
INTEGRATION: CWS dba31a (1.240.62); FILE MERGED
2008/07/30 12:08:05 fs 1.240.62.3: RESYNC: (1.241-1.242); FILE
MERGED
2008/07/16 06:15:45 fs 1.240.62.2: RESYNC: (1.240-1.241); FILE
MERGED
2008/06/09 10:20:50 oj 1.240.62.1: #i88506# insert new flag to offer
word boundary breaks
Change-Id: I65b62e1c7851ef3e3443f02ccd9f5f609f645341
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155280
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/outdev/text.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx index 823eecb39bfe..d5509650900a 100644 --- a/vcl/source/outdev/text.cxx +++ b/vcl/source/outdev/text.cxx @@ -674,7 +674,7 @@ sal_Int32 OutputDevice::ImplBreakLinesWithIterator(const tools::Long nWidth, con ++nTxtEnd; } - SAL_WARN_IF( ( nAltEnd - nAltStart ) != 1, "vcl", "Alternate: Wrong assumption!" ); + SAL_INFO_IF( ( nAltEnd - nAltStart ) != 1, "vcl", "Alternate: Wrong assumption!" ); sal_Unicode cAlternateReplChar = 0; if ( nTxtEnd > nTxtStart ) |