summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-05-08 11:37:45 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-05-08 11:38:08 +0200
commit80743f11fcdb49f997b0a8ff08bee28a0f2cfce7 (patch)
treee12dfddadee132dfa5fc64ec279ccb18e8c6bfbd /include
parenta20d53afb97a278a16ad604cb65f107d33ab4fb9 (diff)
Unused oox::AttributeList::getUnsignedHex() variant
Change-Id: I4ec0cd4781aaa905f734b15ba4eff7819ca01082
Diffstat (limited to 'include')
-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 38bdf34a1f95..0e5eb5ed6cfa 100644
--- a/include/oox/helper/attributelist.hxx
+++ b/include/oox/helper/attributelist.hxx
@@ -112,9 +112,6 @@ public:
/** Returns the 32-bit signed integer value of the specified attribute (hexadecimal). */
OptValue< sal_Int32 > getIntegerHex( sal_Int32 nAttrToken ) const;
- /** Returns the 32-bit unsigned integer value of the specified attribute (hexadecimal). */
- OptValue< sal_uInt32 > getUnsignedHex( sal_Int32 nAttrToken ) const;
-
/** Returns the boolean value of the specified attribute. */
OptValue< bool > getBool( sal_Int32 nAttrToken ) const;