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 <vmik...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits