diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-06-09 14:29:17 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-06-09 14:29:17 +0200 |
commit | 9eee43a8873361a96c7dc6c4f27f049fda27b910 (patch) | |
tree | 66049e8b1afa8c2fe3e7d8fb8d8a8006ff873e15 /dbaccess | |
parent | 6d122985da530da259013e762b5d6666e311bce4 (diff) |
dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument list
Change-Id: I27547009862b50a1cb0244c144c46c0aadef65f3
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppDetailPageHelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx index 0282321f22cc..7dd979ea4a20 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx @@ -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) { |