summaryrefslogtreecommitdiff
path: root/include/oox/helper
diff options
context:
space:
mode:
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 );
};