summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-06-07 00:05:08 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-06-07 00:10:40 +0200
commitf8f605d7f726909b39ed955e199609ae69111671 (patch)
tree7dc389fb8e3dc9648a90bd21af9af7a17a46010b /extensions
parent4ce537563a763f8822928e8140e639a554fbd7d3 (diff)
gcc4.6: remove trigraph sequences '<::'
Change-Id: Iaea3121fbc4e826b5d1f76b052c21b4dcf18df70
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/bibliography/bibload.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx
index db810db9b134..7099618bf613 100644
--- a/extensions/source/bibliography/bibload.cxx
+++ b/extensions/source/bibliography/bibload.cxx
@@ -276,11 +276,11 @@ 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 );
- VclPtrInstance<::bib::BibBeamer> pBeamer( pMyWindow, m_pDatMan );
+ VclPtrInstance< ::bib::BibBeamer > pBeamer( pMyWindow, m_pDatMan );
pBeamer->Show();
pMyWindow->createTopFrame(pBeamer);