summaryrefslogtreecommitdiffstats
path: root/vcl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-11 07:22:01 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-11 07:22:01 +0000
commitac0b354a490d0ae688a5eafc9703bffb9d83aacd (patch)
tree16bc8fbd2623501c8e50155e04b219ec6f187611 /vcl
parentINTEGRATION: CWS vcl66 (1.80.22); FILE MERGED (diff)
downloadcore-ac0b354a490d0ae688a5eafc9703bffb9d83aacd.tar.gz
core-ac0b354a490d0ae688a5eafc9703bffb9d83aacd.zip
INTEGRATION: CWS vcl66 (1.12.10); FILE MERGED
2006/09/20 16:22:23 pl 1.12.10.1: mnRefCount is no more
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/source/gdi/cdeint.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/unx/source/gdi/cdeint.cxx b/vcl/unx/source/gdi/cdeint.cxx
index e4e67888b2d9..e59bf1c8e9a6 100644
--- a/vcl/unx/source/gdi/cdeint.cxx
+++ b/vcl/unx/source/gdi/cdeint.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cdeint.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 12:37:08 $
+ * last change: $Author: obo $ $Date: 2006-10-11 08:22:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -49,12 +49,10 @@
CDEIntegrator::CDEIntegrator()
{
meType = DtCDE;
- mnRefCount++;
}
CDEIntegrator::~CDEIntegrator()
{
- mnRefCount--;
}
static int getHexDigit( const char c )