reportdesign/source/ui/dlg/Navigator.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bdc7b541956c396bb32b6527305a836e771a80dd
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Apr 26 10:55:40 2017 +0200

    Fix MSVC build
    
    Change-Id: I6c13e9699a7ebc7cd3855242bd2bbab5f08b382b

diff --git a/reportdesign/source/ui/dlg/Navigator.cxx 
b/reportdesign/source/ui/dlg/Navigator.cxx
index a3d7e01a4f8d..307dca5572df 100644
--- a/reportdesign/source/ui/dlg/Navigator.cxx
+++ b/reportdesign/source/ui/dlg/Navigator.cxx
@@ -839,7 +839,7 @@ void NavigatorTree::UserData::_propertyChanged(const 
beans::PropertyChangeEvent&
             {
                 if ( bFooterOn )
                     ++nPos;
-                
m_pTree->traverseSection(pMemFunSection(&aGroupHelper),pEntry,bFooterOn ? 
RID_SVXBMP_GROUPFOOTER : RID_SVXBMP_GROUPHEADER,nPos);
+                
m_pTree->traverseSection(pMemFunSection(&aGroupHelper),pEntry,bFooterOn ? 
OUString(RID_SVXBMP_GROUPFOOTER) : OUString(RID_SVXBMP_GROUPHEADER),nPos);
             }
         }
         else if ( PROPERTY_EXPRESSION == _rEvent.PropertyName)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to