summaryrefslogtreecommitdiff
path: root/include/svx/svdviter.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2014-05-11 20:13:19 +0200
committerMatteo Casalin <matteo.casalin@yahoo.com>2014-05-24 22:09:08 +0200
commitf4166f967b68d8ec37ac6163de5a1ea82d0fc76b (patch)
tree5a9a9e25da3020eddade6eaa3b4e79f22ce8ae88 /include/svx/svdviter.hxx
parent42f2f473305372050f012aa952ef21b5596fd1cc (diff)
sal_uInt16 to size_t
Change-Id: I46d85e82376a3135408ab77ad31b76a5edbe9ce7
Diffstat (limited to 'include/svx/svdviter.hxx')
-rw-r--r--include/svx/svdviter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdviter.hxx b/include/svx/svdviter.hxx
index a5cf00479284..4dfb92741602 100644
--- a/include/svx/svdviter.hxx
+++ b/include/svx/svdviter.hxx
@@ -68,7 +68,7 @@ class SVX_DLLPUBLIC SdrViewIter
const SdrObject* mpObject;
SdrView* mpAktView;
- sal_uInt32 mnListenerNum;
+ size_t mnListenerNum;
sal_uInt32 mnPageViewNum;
sal_uInt32 mnOutDevNum;