[Libreoffice-commits] .: svx/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 30 07:30:04 PDT 2012
svx/source/svdraw/svdmark.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 582d2e364ab020d90927b6064643e34e21251b35
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Aug 30 15:28:13 2012 +0100
fix build
Change-Id: I3642501e83247d6f88a3436c795be2acd794a4d2
diff --git a/svx/source/svdraw/svdmark.cxx b/svx/source/svdraw/svdmark.cxx
index e475dd6..23e32d5 100644
--- a/svx/source/svdraw/svdmark.cxx
+++ b/svx/source/svdraw/svdmark.cxx
@@ -356,7 +356,7 @@ void SdrMarkList::operator=(const SdrMarkList& rLst)
mbSorted = rLst.mbSorted;
}
-SdrMark* GetMark(sal_uLong nNum) const
+SdrMark* SdrMarkList::GetMark(sal_uLong nNum) const
{
return (nNum < maList.size()) ? maList[nNum] : NULL;
}
More information about the Libreoffice-commits
mailing list