summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/htmltokn.h
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/svtools/htmltokn.h')
-rw-r--r--svtools/inc/svtools/htmltokn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/htmltokn.h b/svtools/inc/svtools/htmltokn.h
index 7c43c1463e25..5b577093ce8a 100644
--- a/svtools/inc/svtools/htmltokn.h
+++ b/svtools/inc/svtools/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;