summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-09-30 16:29:23 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-09-30 16:29:23 +0200
commitaa078da584fef2848f89c6409a3d31c12789b5d9 (patch)
tree654395cdc43db89ab220d3e42f1f24f2b9c45305 /tools
parent94ff531ca59a495547530f5c080d8e04e1f34ace (diff)
removetooltypes01: #i112600# replace BYTE with sal_uInt8
Diffstat (limited to 'tools')
-rwxr-xr-xtools/inc/tools/globname.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/inc/tools/globname.hxx b/tools/inc/tools/globname.hxx
index 1d56b1383c0f..c2e44c5536ba 100755
--- a/tools/inc/tools/globname.hxx
+++ b/tools/inc/tools/globname.hxx
@@ -76,8 +76,8 @@ public:
pImp->nRefCount++;
}
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 );
// create SvGlobalName from a platform independent representation
SvGlobalName( const ::com::sun::star::uno::Sequence< sal_Int8 >& aSeq );