diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-28 18:14:44 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-28 18:14:44 +0200 |
commit | a4bbd95248159b7e2a2ec47cc28954763c8f81bd (patch) | |
tree | ed154f840fbc97e11eee866b2c8f18c686b734d8 /dbaccess/source/ext | |
parent | 59077b43b099c68f08afa4ad220f93c5c98eeee7 (diff) |
dbaccess: fix GCC-4.7 build
Change-Id: Ic7aa1cc38e296497ca47b69b95e54a888da0b891
Diffstat (limited to 'dbaccess/source/ext')
-rw-r--r-- | dbaccess/source/ext/macromigration/macromigrationpages.hxx | 2 |
1 files changed, 1 insertions, 1 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; |