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

Miklos Vajna vmiklos at collabora.co.uk
Tue Apr 28 08:52:32 PDT 2015


 cui/source/inc/dbregister.hxx        |    2 +-
 cui/source/inc/optpath.hxx           |    2 +-
 cui/source/options/doclinkdialog.hxx |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0b568350112d4d513694031c348f07f6e1b6058d
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Apr 28 17:52:05 2015 +0200

    cui: fix GCC-4.7 build
    
    Change-Id: I4ff4cf6e9152dd44b5ec4cf14e58291e05dd65a2

diff --git a/cui/source/inc/dbregister.hxx b/cui/source/inc/dbregister.hxx
index cf01421..e7a37c4 100644
--- a/cui/source/inc/dbregister.hxx
+++ b/cui/source/inc/dbregister.hxx
@@ -51,7 +51,7 @@ namespace svx
         VclPtr<PushButton>         m_pEdit;
         VclPtr<PushButton>         m_pDelete;
 
-        VclPtr<::svx::OptHeaderTabListBox> pPathBox;
+        VclPtr< ::svx::OptHeaderTabListBox> pPathBox;
         SvTreeListEntry*        m_pCurEntry;
         sal_uLong               m_nOldCount;
         bool                m_bModified;
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx
index df078ce..0e94b73 100644
--- a/cui/source/inc/optpath.hxx
+++ b/cui/source/inc/optpath.hxx
@@ -46,7 +46,7 @@ private:
     VclPtr<PushButton>         m_pStandardBtn;
     VclPtr<PushButton>         m_pPathBtn;
 
-    VclPtr<::svx::OptHeaderTabListBox> pPathBox;
+    VclPtr< ::svx::OptHeaderTabListBox> pPathBox;
     OptPath_Impl*               pImpl;
 
     ::com::sun::star::uno::Reference< ::svt::DialogClosedListener > xDialogListener;
diff --git a/cui/source/options/doclinkdialog.hxx b/cui/source/options/doclinkdialog.hxx
index 55493e9..f4be898 100644
--- a/cui/source/options/doclinkdialog.hxx
+++ b/cui/source/options/doclinkdialog.hxx
@@ -40,7 +40,7 @@ namespace svx
     class ODocumentLinkDialog : public ModalDialog
     {
     protected:
-        VclPtr<::svt::OFileURLControl> m_pURL;
+        VclPtr< ::svt::OFileURLControl> m_pURL;
         VclPtr<PushButton>             m_pBrowseFile;
         VclPtr<Edit>                   m_pName;
         VclPtr<OKButton>               m_pOK;


More information about the Libreoffice-commits mailing list