summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/tuple
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 16:16:28 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 16:16:28 +0000
commit9f765992c08a14d407926ab36223495f7290f290 (patch)
tree07e512194d7701eb21ce93c6cd413d3ce03239bb /basegfx/inc/basegfx/tuple
parenta5ac057d8ae9a0d5f4760650b5e097677c39d779 (diff)
INTEGRATION: CWS tune04 (1.2.26); FILE MERGED
2004/06/15 07:23:31 cmc 1.2.26.1: #i29636# turn global objects into local static data protected with swishy double-locked templated template
Diffstat (limited to 'basegfx/inc/basegfx/tuple')
-rw-r--r--basegfx/inc/basegfx/tuple/b2i64tuple.hxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/basegfx/inc/basegfx/tuple/b2i64tuple.hxx b/basegfx/inc/basegfx/tuple/b2i64tuple.hxx
index aafb09ad8980..c65b62d32f1a 100644
--- a/basegfx/inc/basegfx/tuple/b2i64tuple.hxx
+++ b/basegfx/inc/basegfx/tuple/b2i64tuple.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b2i64tuple.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: thb $ $Date: 2004-02-16 17:03:08 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 17:16:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,9 +83,6 @@ namespace basegfx
*/
class B2I64Tuple
{
- private:
- static B2I64Tuple maEmptyTuple;
-
protected:
sal_Int64 mnX;
sal_Int64 mnY;
@@ -239,10 +236,7 @@ namespace basegfx
return *this;
}
- static const B2I64Tuple& getEmptyTuple()
- {
- return maEmptyTuple;
- }
+ static const B2I64Tuple& getEmptyTuple();
};
// external operators