summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/impgraph.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 09:24:09 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 09:24:09 +0000
commitcee873993a5d16bbec35c369842c2028a559b45f (patch)
treebb14dfaa4b3e953c824bea0973d59525f47de6b6 /vcl/source/gdi/impgraph.cxx
parent2ca96c5a2d1b60cb1c2e4f057e564335cb176e07 (diff)
INTEGRATION: CWS cowfixes01 (1.22.40); FILE MERGED
2006/03/17 23:52:20 thb 1.22.40.2: RESYNC: (1.22-1.23); FILE MERGED 2006/03/17 16:49:08 thb 1.22.40.1: #128078# Upping refcount bitsize to 32 bit (we're experiencing refcount overflows for some hardcore bugdocs)
Diffstat (limited to 'vcl/source/gdi/impgraph.cxx')
-rw-r--r--vcl/source/gdi/impgraph.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index a25c83990824..19b06fe7d3ec 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: impgraph.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 19:24:35 $
+ * last change: $Author: obo $ $Date: 2006-07-13 10:24:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -107,7 +107,7 @@
struct ImpSwapFile
{
INetURLObject aSwapURL;
- USHORT nRefCount;
+ ULONG nRefCount;
};
// -----------------