summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xerecord.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xerecord.hxx')
-rw-r--r--sc/source/filter/inc/xerecord.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/filter/inc/xerecord.hxx b/sc/source/filter/inc/xerecord.hxx
index 692b6d0bbf43..41f37dd44968 100644
--- a/sc/source/filter/inc/xerecord.hxx
+++ b/sc/source/filter/inc/xerecord.hxx
@@ -220,9 +220,6 @@ XclExpValueRecord< Type >* XclExpValueRecord< Type >::SetAttribute( sal_Int32 nI
/** A record containing an unsigned 16-bit value. */
typedef XclExpValueRecord< sal_uInt16 > XclExpUInt16Record;
-/** A record containing an unsigned 32-bit value. */
-typedef XclExpValueRecord< sal_uInt32 > XclExpUInt32Record;
-
/** A record containing a double value. */
typedef XclExpValueRecord< double > XclExpDoubleRecord;