[Libreoffice-commits] core.git: extensions/source

Miklos Vajna vmiklos at collabora.co.uk
Tue Jun 9 05:16:07 PDT 2015


 extensions/source/bibliography/bibload.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6d122985da530da259013e762b5d6666e311bce4
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Jun 9 14:15:18 2015 +0200

    extensions: gcc-4.7 error: '<::' cannot begin a template-argument list
    
    Change-Id: I005d398c1c9bdcf84815340e83e826740c1fc651

diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx
index db810db..467f57d 100644
--- a/extensions/source/bibliography/bibload.cxx
+++ b/extensions/source/bibliography/bibload.cxx
@@ -276,7 +276,7 @@ void BibliographyLoader::loadView(const Reference< XFrame > & rFrame, const OUSt
     VclPtrInstance<BibBookContainer> pMyWindow( pParent );
     pMyWindow->Show();
 
-    VclPtrInstance<::bib::BibView> pView( pMyWindow, m_pDatMan, WB_VSCROLL | WB_HSCROLL | WB_3DLOOK );
+    VclPtrInstance< ::bib::BibView> pView( pMyWindow, m_pDatMan, WB_VSCROLL | WB_HSCROLL | WB_3DLOOK );
     pView->Show();
     m_pDatMan->SetView( pView );
 


More information about the Libreoffice-commits mailing list