Kaydet (Commit) 9eee43a8 authored tarafından Miklos Vajna's avatar Miklos Vajna

dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument list

Change-Id: I27547009862b50a1cb0244c144c46c0aadef65f3
üst 6d122985
......@@ -193,7 +193,7 @@ OAppDetailPageHelper::OAppDetailPageHelper(vcl::Window* _pParent,OAppBorderWindo
,m_aTBPreview(VclPtr<ToolBox>::Create(this,WB_TABSTOP) )
,m_aBorder(VclPtr<Window>::Create(this,WB_BORDER | WB_READONLY))
,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)
{
......
......@@ -280,7 +280,7 @@ void BibliographyLoader::loadView(const Reference< XFrame > & rFrame, const OUSt
pView->Show();
m_pDatMan->SetView( pView );
VclPtrInstance<::bib::BibBeamer> pBeamer( pMyWindow, m_pDatMan );
VclPtrInstance< ::bib::BibBeamer> pBeamer( pMyWindow, m_pDatMan );
pBeamer->Show();
pMyWindow->createTopFrame(pBeamer);
......
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