diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2010-11-03 15:49:08 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2010-11-03 15:49:08 +0100 |
commit | 1fa45c8a636ff3e4732cfdf5dd0dc8e833707bc5 (patch) | |
tree | 66a9c72353f12c07e34d3a44298cc6eab00357c7 /tools | |
parent | aa078da584fef2848f89c6409a3d31c12789b5d9 (diff) |
removetooltypes01: #i112600# remove tooltypes from idl, and other small changes
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/ref/globname.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/ref/globname.cxx b/tools/source/ref/globname.cxx index 7278ba47718f..6f824c01b21c 100644 --- a/tools/source/ref/globname.cxx +++ b/tools/source/ref/globname.cxx @@ -88,8 +88,8 @@ SvGlobalName::SvGlobalName( const CLSID & rId ) } SvGlobalName::SvGlobalName( sal_uInt32 n1, sal_uInt16 n2, sal_uInt16 n3, - sal_Int8 b8, sal_Int8 b9, sal_Int8 b10, sal_Int8 b11, - sal_Int8 b12, sal_Int8 b13, sal_Int8 b14, sal_Int8 b15 ) + sal_uInt8 b8, sal_uInt8 b9, sal_uInt8 b10, sal_uInt8 b11, + sal_uInt8 b12, sal_uInt8 b13, sal_uInt8 b14, sal_uInt8 b15 ) { pImp = new ImpSvGlobalName(); pImp->nRefCount++; |