Commit f6a21c30 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander Trofimov

(1.0.0.43): ASCOfficeRtfFile

пересобран с DOMDocument50 и без SelectionLanguage:XPath из за проблем с конвертаций docx->rtf

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@60256 954022d7-b5bf-4e40-9824-e11837661b57
parent d438f4cc
...@@ -80,8 +80,8 @@ public: static bool WriteDataToPicture( CString sPath, RtfPicture& oOutput, CStr ...@@ -80,8 +80,8 @@ public: static bool WriteDataToPicture( CString sPath, RtfPicture& oOutput, CStr
if( NULL == vImage.punkVal ) if( NULL == vImage.punkVal )
return false; return false;
// //
OfficeCore::IUncompressedFrame* piFrame = NULL; MediaCore::IAVSUncompressedVideoFrame* piFrame = NULL;
hRes = vImage.punkVal->QueryInterface( __uuidof(OfficeCore::IUncompressedFrame), (void**)&piFrame ); hRes = vImage.punkVal->QueryInterface( __uuidof(MediaCore::IAVSUncompressedVideoFrame), (void**)&piFrame );
RELEASEINTERFACE( vImage.punkVal ); RELEASEINTERFACE( vImage.punkVal );
if( FAILED( hRes ) || NULL == piFrame ) if( FAILED( hRes ) || NULL == piFrame )
return false; return false;
......
...@@ -45,4 +45,4 @@ using namespace ATL; ...@@ -45,4 +45,4 @@ using namespace ATL;
#import "..\Redist\ASCOfficeUtils.dll" named_guids rename_namespace("ASCOfficeUtils") #import "..\Redist\ASCOfficeUtils.dll" named_guids rename_namespace("ASCOfficeUtils")
#import "..\Redist\ASCImageStudio3.dll" named_guids rename_namespace("ImageStudio") #import "..\Redist\ASCImageStudio3.dll" named_guids rename_namespace("ImageStudio")
#import "..\Redist\OfficeCore.dll" named_guids rename_namespace("OfficeCore"), exclude("tagRECT") #import "..\Redist\ASCMediaCore3.dll" named_guids rename_namespace("MediaCore"), exclude("tagRECT")
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
//1 //1
//0 //0
//0 //0
//42 //43
#define INTVER 1,0,0,42 #define INTVER 1,0,0,43
#define STRVER "1,0,0,42\0" #define STRVER "1,0,0,43\0"
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