summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-29 08:47:03 +0200
committerNoel Grandin <noel@peralex.com>2013-11-06 08:51:23 +0200
commitfa109ceba9796eddef82a71bc454e0fe393c81ce (patch)
treedc965ea5c59f87ab4689dc476e482cd6ad56a7d5 /filter
parent296329a926877d069f55364a177d734f385ce7ae (diff)
convert xub_StrLen to sal_Int32
convert various module-local functions Change-Id: I89f3eb40b107e2617958e474ffe86bd73e01cf33
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/eschesdo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx
index c214b8145149..2b632b3b3e0f 100644
--- a/filter/source/msfilter/eschesdo.cxx
+++ b/filter/source/msfilter/eschesdo.cxx
@@ -1137,7 +1137,7 @@ void ImplEESdrObject::Init( ImplEESdrWriter& rEx )
if( mXPropSet.is() )
{
static const sal_Char aPrefix[] = "com.sun.star.";
- static const xub_StrLen nPrefix = sizeof(aPrefix)-1;
+ static const sal_Int32 nPrefix = sizeof(aPrefix)-1;
// detect name first to make below test (is group) work
mType = OUString( mXShape->getShapeType() );