diff options
Diffstat (limited to 'svtools/inc/htmltokn.h')
-rw-r--r-- | svtools/inc/htmltokn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/htmltokn.h b/svtools/inc/htmltokn.h index 7c43c1463e25..5b577093ce8a 100644 --- a/svtools/inc/htmltokn.h +++ b/svtools/inc/htmltokn.h @@ -46,7 +46,7 @@ SVT_DLLPUBLIC int GetHTMLToken( const String& rName ); int GetHTMLOption( const String& rName ); // suche die 24-bit-Farbe zu einem Farbnamen (nicht gefunden = ULONG_MAX) -SVT_DLLPUBLIC ULONG GetHTMLColor( const String& rName ); +SVT_DLLPUBLIC sal_uIntPtr GetHTMLColor( const String& rName ); // beginnen immer ab 256, groesser als ein char const int HTML_TOKEN_START = 0x100; |