summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2015-01-25 00:56:38 +0100
committerMatteo Casalin <matteo.casalin@yahoo.com>2015-01-25 11:18:10 +0100
commit0019a535f27e666fba98bc37d8d672544d40c526 (patch)
tree6bc45cd0d8466d3512cbad6581b9e60ca1f08f22 /sw/inc/docary.hxx
parent43ecb25e97d3566bb1dcd6ce171550195f185fa1 (diff)
Use more proper integer types
Change-Id: I0c0eceb46738af44e527cbda48e62f4ca75e069d
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r--sw/inc/docary.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index 4f40a228b0e2..fba92fb4bd8b 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -229,6 +229,7 @@ public:
using _SwRedlineTbl::begin;
using _SwRedlineTbl::end;
using _SwRedlineTbl::size;
+ using _SwRedlineTbl::size_type;
using _SwRedlineTbl::operator[];
using _SwRedlineTbl::empty;
};