[Libreoffice-commits] .: editeng/source
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Sep 28 13:27:33 PDT 2011
editeng/source/uno/unotext.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 0a56437e9ce6a228643e2831fe4877e8597cfa6b
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Sep 28 23:23:33 2011 +0300
WaE: base class should be explicitly initialized in the copy constructor
diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx
index 627f94b..ac241d2 100644
--- a/editeng/source/uno/unotext.cxx
+++ b/editeng/source/uno/unotext.cxx
@@ -214,6 +214,7 @@ SvxUnoTextRangeBase::SvxUnoTextRangeBase( const SvxEditSource* pSource, const Sv
SvxUnoTextRangeBase::SvxUnoTextRangeBase( const SvxUnoTextRangeBase& rRange ) throw()
: SvxUnoTextRangeBase_Base()
+, osl::DebugBase<SvxUnoTextRangeBase>()
, mpPropSet(rRange.getPropertySet())
{
SolarMutexGuard aGuard;
More information about the Libreoffice-commits
mailing list