summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sch/source/core/sch_chtmode2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sch/source/core/sch_chtmode2.cxx')
-rw-r--r--binfilter/bf_sch/source/core/sch_chtmode2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binfilter/bf_sch/source/core/sch_chtmode2.cxx b/binfilter/bf_sch/source/core/sch_chtmode2.cxx
index 6dbbcc51c..2bd471aea 100644
--- a/binfilter/bf_sch/source/core/sch_chtmode2.cxx
+++ b/binfilter/bf_sch/source/core/sch_chtmode2.cxx
@@ -401,7 +401,7 @@ enum ChartStyleV0
/*N*/ if( bForceSolidLine )
/*N*/ {
/*N*/ XLineStyle eLineStyle =
-/*N*/ SAL_STATIC_CAST( const XLineStyleItem *, &(pSymbolAttr->Get( XATTR_LINESTYLE )) )->GetValue(); // bug in Win-C++ compiler: casting to pointer
+/*N*/ (static_cast< const XLineStyleItem * >( &(pSymbolAttr->Get( XATTR_LINESTYLE )) ))->GetValue(); // bug in Win-C++ compiler: casting to pointer
/*N*/
/*N*/ if( eLineStyle == XLINE_NONE )
/*N*/ {