INTEGRATION: CWS canvas05 (1.2.64); FILE MERGED
2008/04/21 07:48:22 thb 1.2.64.4: RESYNC: (1.4-1.5); FILE MERGED 2008/04/07 14:39:11 thb 1.2.64.3: RESYNC: (1.2-1.4); FILE MERGED 2008/04/06 19:35:19 mox 1.2.64.2: Change headers to GetGraphicsData() const, Build fixes for VCL aqua 2008/02/21 21:07:33 thb 1.2.64.1: Added GetGraphicsData for headless plugin as well
This commit is contained in:
parent
c9730abd0f
commit
f808e58457
1 changed files with 11 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: svppspgraphics.cxx,v $
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -39,6 +39,7 @@
|
|||
#include <vcl/outfont.hxx>
|
||||
#include <vcl/svapp.hxx>
|
||||
#include <vcl/salprn.hxx>
|
||||
#include <vcl/sysdata.hxx>
|
||||
#include <basegfx/vector/b2ivector.hxx>
|
||||
#include <basegfx/point/b2ipoint.hxx>
|
||||
#include <basebmp/color.hxx>
|
||||
|
@ -1404,3 +1405,12 @@ bool PspGraphics::filterText( const String& rOrig, String& rNewText, xub_StrLen
|
|||
return bRet && m_bSwallowFaxNo;
|
||||
}
|
||||
|
||||
SystemGraphicsData PspGraphics::GetGraphicsData() const
|
||||
{
|
||||
SystemGraphicsData aRes;
|
||||
aRes.nSize = sizeof(aRes);
|
||||
aRes.hDrawable = 0;
|
||||
aRes.pRenderFormat = 0;
|
||||
return aRes;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue