View | Details | Raw Unified | Return to issue 119559
Collapse All | Expand All

(-)filter/source/msfilter/escherex.cxx (+9 lines)
Lines 91-96 Link Here
91
#include <vcl/virdev.hxx>
91
#include <vcl/virdev.hxx>
92
#include <rtl/crc.h>
92
#include <rtl/crc.h>
93
#include <vos/xception.hxx>
93
#include <vos/xception.hxx>
94
#include <editeng/outlobj.hxx>
94
using namespace vos;
95
using namespace vos;
95
96
96
using namespace ::rtl;
97
using namespace ::rtl;
Lines 3113-3118 Link Here
3113
								}
3114
								}
3114
							}
3115
							}
3115
						}
3116
						}
3117
						
3118
						if ( (nTextPathFlags & 0x4000) != 0 )  //Is Font work
3119
						{
3120
							OutlinerParaObject* pOutlinerParaObject = pCustoShape->GetOutlinerParaObject();
3121
							if ( pOutlinerParaObject  && pOutlinerParaObject->IsVertical() )
3122
								nTextPathFlags |= 0x2000;
3123
						}
3124
						
3116
						if ( nTextPathFlags != nTextPathFlagsOrg )
3125
						if ( nTextPathFlags != nTextPathFlagsOrg )
3117
							AddOpt( DFF_Prop_gtextFStrikethrough, nTextPathFlags );
3126
							AddOpt( DFF_Prop_gtextFStrikethrough, nTextPathFlags );
3118
					}
3127
					}

Return to issue 119559