summaryrefslogtreecommitdiffstats
path: root/svtools/bmpmaker
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-12 15:56:50 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-12 15:56:50 +0100
commit1c90aa6d259d8ae21552856c1407ff6f1b3a13a1 (patch)
tree6390d42b808cbd3dc65dba8dde031b0342126563 /svtools/bmpmaker
parentremovetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLong (diff)
downloadcore-1c90aa6d259d8ae21552856c1407ff6f1b3a13a1.tar.gz
core-1c90aa6d259d8ae21552856c1407ff6f1b3a13a1.zip
removetooltypes01: Exchange misleading type sal_uIntPtr with sal_uLong
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r--svtools/bmpmaker/bmpcore.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/bmpmaker/bmpcore.hxx b/svtools/bmpmaker/bmpcore.hxx
index 6b28af103717..ee836cc4a5e5 100644
--- a/svtools/bmpmaker/bmpcore.hxx
+++ b/svtools/bmpmaker/bmpcore.hxx
@@ -71,7 +71,7 @@ private:
Size aTotSize;
Point aPos;
SvFileStream* pSRS;
- sal_uIntPtr nTotCount;
+ sal_uLong nTotCount;
sal_uInt16 nPos;
void ImplCreate( const ::std::vector< DirEntry >& rInDirs,