summaryrefslogtreecommitdiff
path: root/vcl/unx/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 17:27:25 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 17:27:25 +0000
commit2d12cd821a34e38fe67a42bc2c3d3aa3b08700f4 (patch)
tree9f8deafabe85d37e1749f71ad80697ac1621814e /vcl/unx/inc
parent5e707708a2245523980fe3407345b9293cc5be2c (diff)
INTEGRATION: CWS gcc41 (1.16.120); FILE MERGED
2005/12/07 15:20:05 pmladek 1.16.120.1: #i58967# Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'vcl/unx/inc')
-rw-r--r--vcl/unx/inc/xfont.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/unx/inc/xfont.hxx b/vcl/unx/inc/xfont.hxx
index 7dd916f5df7d..5a054430f49f 100644
--- a/vcl/unx/inc/xfont.hxx
+++ b/vcl/unx/inc/xfont.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xfont.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:50:21 $
+ * last change: $Author: obo $ $Date: 2006-01-19 18:27:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,7 +69,7 @@ struct VerticalTextItem
int mnFixedAdvance;
int* mpAdvanceAry;
- VerticalTextItem::VerticalTextItem( XFontStruct* pXFontStruct,
+ VerticalTextItem( XFontStruct* pXFontStruct,
const sal_Unicode* pString,
int nLength,
int nTransX,
@@ -84,7 +84,7 @@ struct VerticalTextItem
mnFixedAdvance( nFixedAdvance )
{}
- VerticalTextItem::VerticalTextItem( XFontStruct* pXFontStruct,
+ VerticalTextItem( XFontStruct* pXFontStruct,
const sal_Unicode* pString,
int nLength,
int nTransX,
@@ -99,7 +99,7 @@ struct VerticalTextItem
mpAdvanceAry( pAdvanceAry )
{}
- VerticalTextItem::~VerticalTextItem()
+ ~VerticalTextItem()
{
if (!mbFixed)
{