[Libreoffice-commits] .: sw/source

Caolán McNamara caolan at kemper.freedesktop.org
Tue Sep 6 03:53:48 PDT 2011


 sw/source/ui/inc/edtwin.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4d3b7684b5dcca45fde80b8a323a912f4b706200
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Sep 6 11:53:28 2011 +0100

    one of those vexing parses

diff --git a/sw/source/ui/inc/edtwin.hxx b/sw/source/ui/inc/edtwin.hxx
index 53c525e..e887f97 100644
--- a/sw/source/ui/inc/edtwin.hxx
+++ b/sw/source/ui/inc/edtwin.hxx
@@ -157,7 +157,7 @@ friend void     PageNumNotify(  ViewShell* pVwSh,
     sal_uInt16          nKS_NUMDOWN_Count; // #i23725#
     sal_uInt16          nKS_NUMINDENTINC_Count;
 
-    std::vector< boost::shared_ptr< SwHeaderFooterWin >> aHeadFootControls;
+    std::vector< boost::shared_ptr<SwHeaderFooterWin> > aHeadFootControls;
 
     void            LeaveArea(const Point &);
     void            JustifyAreaTimer();


More information about the Libreoffice-commits mailing list