[Libreoffice-commits] core.git: extensions/source

Miklos Vajna vmiklos at collabora.co.uk
Tue Apr 28 08:24:12 PDT 2015


 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 <vmiklos at 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;


More information about the Libreoffice-commits mailing list