[Libreoffice-commits] .: Branch 'libreoffice-3-4' - patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Tue Apr 12 05:34:05 PDT 2011


 patches/dev300/wmf-mm-text.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b03c1911e3dfcbd6030aa424b07b65c19c7cd293
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Apr 12 15:33:46 2011 +0300

    Change UINT16 to sal_uuInt16

diff --git a/patches/dev300/wmf-mm-text.diff b/patches/dev300/wmf-mm-text.diff
index 5d5d356..218c7ea 100644
--- a/patches/dev300/wmf-mm-text.diff
+++ b/patches/dev300/wmf-mm-text.diff
@@ -46,7 +46,7 @@ index 9360277..a7910d6 100644
  
  //-----------------------------------------------------------------------------------
  
-+void WinMtfOutput::SetUnitsPerInch( UINT16 nUnitsPerInch )
++void WinMtfOutput::SetUnitsPerInch( sal_uInt16 nUnitsPerInch )
 +{
 +    if( nUnitsPerInch != 0 )
 +    mnUnitsPerInch = nUnitsPerInch;


More information about the Libreoffice-commits mailing list