Commit a9ea4ed8 authored by claes's avatar claes

*** empty log message ***

parent 8b92229f
/* /*
* Proview $Id: cnv_wbltohtml.cpp,v 1.8 2005-09-21 14:21:12 claes Exp $ * Proview $Id: cnv_wbltohtml.cpp,v 1.9 2005-09-22 14:36:58 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -764,7 +764,8 @@ int CnvWblToHtml::attribute_exec() ...@@ -764,7 +764,8 @@ int CnvWblToHtml::attribute_exec()
char attrtype_href[80]; char attrtype_href[80];
int lng_sts = 1; int lng_sts = 1;
if ( strcmp( ctx->rw->attr_typeref, "CastId") == 0) if ( strcmp( ctx->rw->attr_typeref, "CastId") == 0 ||
strcmp( ctx->rw->attr_typeref, "DisableAttr") == 0)
return 1; return 1;
if ( Lng::current() != lng_eLanguage_en_us) if ( Lng::current() != lng_eLanguage_en_us)
......
/* /*
* Proview $Id: cnv_wbltops.cpp,v 1.6 2005-09-05 08:39:57 claes Exp $ * Proview $Id: cnv_wbltops.cpp,v 1.7 2005-09-22 14:36:58 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -228,7 +228,8 @@ int CnvWblToPs::attribute_exec() ...@@ -228,7 +228,8 @@ int CnvWblToPs::attribute_exec()
int page; int page;
int lng_sts = 1; int lng_sts = 1;
if ( strcmp( ctx->rw->attr_typeref, "CastId") == 0) if ( strcmp( ctx->rw->attr_typeref, "CastId") == 0 ||
strcmp( ctx->rw->attr_typeref, "DisableAttr") == 0)
return 1; return 1;
if ( Lng::current() != lng_eLanguage_en_us) if ( Lng::current() != lng_eLanguage_en_us)
......
/* /*
* Proview $Id: cnv_wbltoxtthelp.cpp,v 1.7 2005-09-01 14:57:47 claes Exp $ * Proview $Id: cnv_wbltoxtthelp.cpp,v 1.8 2005-09-22 14:36:58 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -204,7 +204,8 @@ int CnvWblToXtthelp::attribute_exec() ...@@ -204,7 +204,8 @@ int CnvWblToXtthelp::attribute_exec()
char *s; char *s;
int lng_sts = 1; int lng_sts = 1;
if ( strcmp( ctx->rw->attr_typeref, "CastId") == 0) if ( strcmp( ctx->rw->attr_typeref, "CastId") == 0 ||
strcmp( ctx->rw->attr_typeref, "DisableAttr") == 0)
return 1; return 1;
if ( Lng::current() != lng_eLanguage_en_us) if ( Lng::current() != lng_eLanguage_en_us)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment