[Libreoffice-commits] .: svtools/inc

Christina Rossmanith crossmanith at kemper.freedesktop.org
Sun Jun 5 11:42:01 PDT 2011


 svtools/inc/svtools/htmltokn.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5c8c9b01d23a70d9360e73cf6c6a8092924528c5
Author: Christina Rossmanith <ChrRossmanith at web.de>
Date:   Sun Jun 5 20:41:39 2011 +0200

    Changed return type of GetHTMLColor

diff --git a/svtools/inc/svtools/htmltokn.h b/svtools/inc/svtools/htmltokn.h
index ce7e382..5cd9ea5 100644
--- a/svtools/inc/svtools/htmltokn.h
+++ b/svtools/inc/svtools/htmltokn.h
@@ -47,7 +47,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 sal_uIntPtr GetHTMLColor( const String& rName );
+SVT_DLLPUBLIC sal_uInt32 GetHTMLColor( const String& rName );
 
 // beginnen immer ab 256, groesser als ein char
 const int HTML_TOKEN_START		= 0x100;


More information about the Libreoffice-commits mailing list