diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-11 07:22:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-11 07:22:01 +0000 |
commit | ac0b354a490d0ae688a5eafc9703bffb9d83aacd (patch) | |
tree | 16bc8fbd2623501c8e50155e04b219ec6f187611 /vcl/unx | |
parent | 7dc41d0ace05a58e3011d70c120136a9545fb67d (diff) |
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/unx')
-rw-r--r-- | vcl/unx/source/gdi/cdeint.cxx | 6 |
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 ) |