summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/tuple/b2ituple.hxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 16:16:41 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 16:16:41 +0000
commitc31f570874f16086b2eaedcc6b5f898f2c27daae (patch)
treedb96a33852d7c68b234740c5f849764d9bbea9bb /basegfx/inc/basegfx/tuple/b2ituple.hxx
parent9f765992c08a14d407926ab36223495f7290f290 (diff)
INTEGRATION: CWS tune04 (1.3.26); FILE MERGED
2004/06/15 07:23:31 cmc 1.3.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template
Diffstat (limited to 'basegfx/inc/basegfx/tuple/b2ituple.hxx')
-rw-r--r--basegfx/inc/basegfx/tuple/b2ituple.hxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/basegfx/inc/basegfx/tuple/b2ituple.hxx b/basegfx/inc/basegfx/tuple/b2ituple.hxx
index fbe78e1a8879..990d6b421301 100644
--- a/basegfx/inc/basegfx/tuple/b2ituple.hxx
+++ b/basegfx/inc/basegfx/tuple/b2ituple.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2ituple.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: thb $ $Date: 2004-02-25 09:54:10 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 17:16:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,9 +79,6 @@ namespace basegfx
*/
class B2ITuple
{
- private:
- static B2ITuple maEmptyTuple;
-
protected:
sal_Int32 mnX;
sal_Int32 mnY;
@@ -235,10 +232,7 @@ namespace basegfx
return *this;
}
- static const B2ITuple& getEmptyTuple()
- {
- return maEmptyTuple;
- }
+ static const B2ITuple& getEmptyTuple();
};
// external operators