summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 17:41:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 17:41:57 +0000
commitb58faec518927b2e4e9f59b5ee0c3a2825608ba2 (patch)
tree6709b3cb61fb8862e2aa60b6cddc085ef3a44307 /basegfx
parent5761b7c34be1d06bf1746489fa83d2f5b3f26e2c (diff)
INTEGRATION: CWS presentationengine01 (1.2.4); FILE MERGED
2004/09/29 23:34:18 thb 1.2.4.1: #110496# Making the new modules Wall clean
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/tuple/b3i64tuple.cxx6
-rw-r--r--basegfx/source/tuple/b3ituple.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/basegfx/source/tuple/b3i64tuple.cxx b/basegfx/source/tuple/b3i64tuple.cxx
index f0f8c28db689..c904c50a389f 100644
--- a/basegfx/source/tuple/b3i64tuple.cxx
+++ b/basegfx/source/tuple/b3i64tuple.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3i64tuple.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hjs $ $Date: 2004-06-25 17:19:27 $
+ * last change: $Author: rt $ $Date: 2004-11-26 18:41:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@ namespace { struct EmptyTuple : public rtl::Static<basegfx::B3I64Tuple, EmptyTup
namespace basegfx
{
- static const B3I64Tuple& getEmptyTuple()
+ const B3I64Tuple& B3I64Tuple::getEmptyTuple()
{
return EmptyTuple::get();
}
diff --git a/basegfx/source/tuple/b3ituple.cxx b/basegfx/source/tuple/b3ituple.cxx
index 7a00f4de5218..79b750d4474d 100644
--- a/basegfx/source/tuple/b3ituple.cxx
+++ b/basegfx/source/tuple/b3ituple.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: b3ituple.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hjs $ $Date: 2004-06-25 17:19:40 $
+ * last change: $Author: rt $ $Date: 2004-11-26 18:41:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,7 +70,7 @@ namespace { struct EmptyTuple : public rtl::Static<basegfx::B3ITuple, EmptyTuple
namespace basegfx
{
- static const B3ITuple& getEmptyTuple()
+ const B3ITuple& B3ITuple::getEmptyTuple()
{
return EmptyTuple::get();
}