summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-11-19 15:36:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-11-19 21:00:27 +0100
commit3207977c5b21acd305e01776df6c686abed43f64 (patch)
tree223f42fc57edac4e3fd733a0241135bfad91739d /include
parenta0b8bcf088e23bec930f91faa23975e132ece793 (diff)
Clean up GetHTMLColor "not found" value
...after fe3dd6d831998dd5619ea223af04bc51f9294d2f "Changed return type of GetHTMLColor". (Clients had already been updated with 530df0b322f64fdcb08e9ef0b6ba944dd172ef60 "Changed return type of GetHTMLColor" and 463563853a81499de2259372755b00aa5ec246a7 "Changed return type of GetHTMLColor".) Change-Id: I1db842775a69bb3c0ff08dca152094d7b67ca221 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106177 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/htmltokn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/htmltokn.h b/include/svtools/htmltokn.h
index 1632109f45be..c4acf8dbeef7 100644
--- a/include/svtools/htmltokn.h
+++ b/include/svtools/htmltokn.h
@@ -38,7 +38,7 @@ SVT_DLLPUBLIC HtmlTokenId GetHTMLToken( const rtl::OUString& rName );
// search the TokenId for an attribute token
HtmlOptionId GetHTMLOption( const rtl::OUString& rName );
-// search the 24-bit color for a color name (not found = ULONG_MAX)
+// search the 24-bit color for a color name (not found = SAL_MAX_UINT32)
SVT_DLLPUBLIC sal_uInt32 GetHTMLColor( const rtl::OUString& rName );
enum class HtmlTokenId : sal_Int16