[Libreoffice-commits] core.git: svx/source
Miklos Vajna
vmiklos at collabora.co.uk
Tue Apr 28 08:43:25 PDT 2015
svx/source/inc/fmexpl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1f41c868d9f2ce8bfea5f88a12e7c1604e4a4b3c
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Tue Apr 28 17:42:46 2015 +0200
svx: fix GCC-4.7 build
Change-Id: Id6bcd248feffa30f990d8ba441017fda9967d456
diff --git a/svx/source/inc/fmexpl.hxx b/svx/source/inc/fmexpl.hxx
index 0e6f0b1..8d7140e 100644
--- a/svx/source/inc/fmexpl.hxx
+++ b/svx/source/inc/fmexpl.hxx
@@ -556,7 +556,7 @@ namespace svxform
class NavigatorFrame : public SfxDockingWindow, public SfxControllerItem
{
private:
- VclPtr<::svxform::NavigatorTree> m_pNavigatorTree;
+ VclPtr< ::svxform::NavigatorTree> m_pNavigatorTree;
protected:
virtual void Resize() SAL_OVERRIDE;
More information about the Libreoffice-commits
mailing list