summaryrefslogtreecommitdiff
path: root/include/oox/helper
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 /include/oox/helper
parentc4a7e5bd6db0d682d6f7888b5b1828a10a392fc1 (diff)
Unused oox::AttributeConversion::decodeUnsignedHex()
Change-Id: I26d52d4ba49216dd9c3d402dbd5480865e5351e1
Diffstat (limited to 'include/oox/helper')
-rw-r--r--include/oox/helper/attributelist.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/oox/helper/attributelist.hxx b/include/oox/helper/attributelist.hxx
index 0e5eb5ed6cfa..edcf194b124c 100644
--- a/include/oox/helper/attributelist.hxx
+++ b/include/oox/helper/attributelist.hxx
@@ -59,9 +59,6 @@ public:
/** Returns the 32-bit signed integer value from the passed string (hexadecimal). */
static sal_Int32 decodeIntegerHex( const OUString& rValue );
-
- /** Returns the 32-bit unsigned integer value from the passed string (hexadecimal). */
- static sal_uInt32 decodeUnsignedHex( const OUString& rValue );
};