summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-05-11 11:19:13 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-05-11 12:17:37 +0200
commit38cb71ceae37f51d37a3c7c56734f2678e733e76 (patch)
treeefb81d54d80eb965b80d442f56a64b2b6cd8b07d /oox
parentc4a7e5bd6db0d682d6f7888b5b1828a10a392fc1 (diff)
Unused oox::AttributeConversion::decodeUnsignedHex()
Change-Id: I26d52d4ba49216dd9c3d402dbd5480865e5351e1
Diffstat (limited to 'oox')
-rw-r--r--oox/source/helper/attributelist.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/oox/source/helper/attributelist.cxx b/oox/source/helper/attributelist.cxx
index e2e5f9ae6c83..160e3a935bd6 100644
--- a/oox/source/helper/attributelist.cxx
+++ b/oox/source/helper/attributelist.cxx
@@ -105,11 +105,6 @@ sal_Int32 AttributeConversion::decodeIntegerHex( const OUString& rValue )
// cast, but that will have a ripple effect
}
-sal_uInt32 AttributeConversion::decodeUnsignedHex( const OUString& rValue )
-{
- return rValue.toUInt32( 16 );
-}
-
AttributeList::AttributeList( const Reference< XFastAttributeList >& rxAttribs ) :
mxAttribs( rxAttribs ),
mpAttribList( NULL )