[Libreoffice-commits] core.git: reportdesign/source
Stephan Bergmann
sbergman at redhat.com
Wed Apr 26 08:56:18 UTC 2017
reportdesign/source/ui/dlg/Navigator.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bdc7b541956c396bb32b6527305a836e771a80dd
Author: Stephan Bergmann <sbergman at 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)
More information about the Libreoffice-commits
mailing list