extensions/source/abpilot/abpfinalpage.hxx | 2 +- extensions/source/bibliography/datman.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit fc4935c020450f436feb89cf6cb587839a990c05 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Tue Apr 28 17:23:41 2015 +0200 extensions: fix GCC-4.7 build Change-Id: I7db7a1d8e7fc4e57abb2cc75eaa99706d65d47ea diff --git a/extensions/source/abpilot/abpfinalpage.hxx b/extensions/source/abpilot/abpfinalpage.hxx index eedeac4..d87af05 100644 --- a/extensions/source/abpilot/abpfinalpage.hxx +++ b/extensions/source/abpilot/abpfinalpage.hxx @@ -39,7 +39,7 @@ namespace abp class FinalPage : public AddressBookSourcePage { protected: - VclPtr<::svt::OFileURLControl> m_pLocation; + VclPtr< ::svt::OFileURLControl> m_pLocation; VclPtr<PushButton> m_pBrowse; VclPtr<CheckBox> m_pRegisterName; VclPtr<FixedText> m_pNameLabel; diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx index 366c81f..8d6e1a8 100644 --- a/extensions/source/bibliography/datman.hxx +++ b/extensions/source/bibliography/datman.hxx @@ -101,7 +101,7 @@ private: ::cppu::OInterfaceContainerHelper m_aLoadListeners; - VclPtr<::bib::BibView> pBibView; + VclPtr< ::bib::BibView> pBibView; VclPtr<BibToolBar> pToolbar; OUString sIdentifierMapping; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits