dbaccess/source/ext/macromigration/macromigrationpages.hxx | 2 +- dbaccess/source/ui/app/AppDetailPageHelper.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit a4bbd95248159b7e2a2ec47cc28954763c8f81bd Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Tue Apr 28 18:14:44 2015 +0200 dbaccess: fix GCC-4.7 build Change-Id: Ic7aa1cc38e296497ca47b69b95e54a888da0b891 diff --git a/dbaccess/source/ext/macromigration/macromigrationpages.hxx b/dbaccess/source/ext/macromigration/macromigrationpages.hxx index 70a7082..90a5e5e2 100644 --- a/dbaccess/source/ext/macromigration/macromigrationpages.hxx +++ b/dbaccess/source/ext/macromigration/macromigrationpages.hxx @@ -83,7 +83,7 @@ namespace dbmm void grabLocationFocus() { m_pSaveAsLocation->GrabFocus(); } protected: - VclPtr<::svt::OFileURLControl> m_pSaveAsLocation; + VclPtr< ::svt::OFileURLControl> m_pSaveAsLocation; VclPtr<PushButton> m_pBrowseSaveAsLocation; VclPtr<FixedText> m_pStartMigration; ::svx::DatabaseLocationInputController* m_pLocationController; diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.hxx b/dbaccess/source/ui/app/AppDetailPageHelper.hxx index 9240fb9..13c1170 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.hxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.hxx @@ -83,7 +83,7 @@ namespace dbaui VclPtr<ToolBox> m_aTBPreview; VclPtr<Window> m_aBorder; VclPtr<OPreviewWindow> m_aPreview; - VclPtr<::svtools::ODocumentInfoPreview> + VclPtr< ::svtools::ODocumentInfoPreview> m_aDocumentInfo; VclPtr<vcl::Window> m_pTablePreview; ::std::unique_ptr<PopupMenu> m_aMenu; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits