dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument list
Change-Id: I27547009862b50a1cb0244c144c46c0aadef65f3
This commit is contained in:
@@ -193,7 +193,7 @@ OAppDetailPageHelper::OAppDetailPageHelper(vcl::Window* _pParent,OAppBorderWindo
|
|||||||
,m_aTBPreview(VclPtr<ToolBox>::Create(this,WB_TABSTOP) )
|
,m_aTBPreview(VclPtr<ToolBox>::Create(this,WB_TABSTOP) )
|
||||||
,m_aBorder(VclPtr<Window>::Create(this,WB_BORDER | WB_READONLY))
|
,m_aBorder(VclPtr<Window>::Create(this,WB_BORDER | WB_READONLY))
|
||||||
,m_aPreview(VclPtr<OPreviewWindow>::Create(m_aBorder.get()))
|
,m_aPreview(VclPtr<OPreviewWindow>::Create(m_aBorder.get()))
|
||||||
,m_aDocumentInfo(VclPtr<::svtools::ODocumentInfoPreview>::Create(m_aBorder.get(), WB_LEFT | WB_VSCROLL | WB_READONLY) )
|
,m_aDocumentInfo(VclPtr< ::svtools::ODocumentInfoPreview>::Create(m_aBorder.get(), WB_LEFT | WB_VSCROLL | WB_READONLY) )
|
||||||
,m_ePreviewMode(_ePreviewMode)
|
,m_ePreviewMode(_ePreviewMode)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
@@ -280,7 +280,7 @@ void BibliographyLoader::loadView(const Reference< XFrame > & rFrame, const OUSt
|
|||||||
pView->Show();
|
pView->Show();
|
||||||
m_pDatMan->SetView( pView );
|
m_pDatMan->SetView( pView );
|
||||||
|
|
||||||
VclPtrInstance<::bib::BibBeamer> pBeamer( pMyWindow, m_pDatMan );
|
VclPtrInstance< ::bib::BibBeamer> pBeamer( pMyWindow, m_pDatMan );
|
||||||
pBeamer->Show();
|
pBeamer->Show();
|
||||||
pMyWindow->createTopFrame(pBeamer);
|
pMyWindow->createTopFrame(pBeamer);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user