summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-04-28 18:14:44 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-04-28 18:14:44 +0200
commita4bbd95248159b7e2a2ec47cc28954763c8f81bd (patch)
treeed154f840fbc97e11eee866b2c8f18c686b734d8 /dbaccess
parent59077b43b099c68f08afa4ad220f93c5c98eeee7 (diff)
dbaccess: fix GCC-4.7 build
Change-Id: Ic7aa1cc38e296497ca47b69b95e54a888da0b891
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ext/macromigration/macromigrationpages.hxx2
-rw-r--r--dbaccess/source/ui/app/AppDetailPageHelper.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ext/macromigration/macromigrationpages.hxx b/dbaccess/source/ext/macromigration/macromigrationpages.hxx
index 70a70826783f..90a5e5e2100b 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 9240fb94e0b5..13c117000381 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;