[Libreoffice-commits] .: 2 commits - editeng/source xmloff/source
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Mon Apr 18 07:46:59 PDT 2011
editeng/source/editeng/impedit3.cxx | 2 +-
xmloff/source/draw/ximpshap.cxx | 2 +-
xmloff/source/text/txtimp.cxx | 2 +-
xmloff/source/transform/TransformerBase.cxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 647c0d39b5d119b7d712a1288fc158dbbf69c962
Author: Júlio Hoffimann <julio.hoffimann at gmail.com>
Date: Sat Apr 16 16:16:27 2011 -0300
bug id's from Oracle internal database removed
diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx
index f6af728..16738e0 100644
--- a/editeng/source/editeng/impedit3.cxx
+++ b/editeng/source/editeng/impedit3.cxx
@@ -3106,7 +3106,7 @@ void ImpEditEngine::Paint( OutputDevice* pOutDev, Rectangle aClipRec, Point aSta
nTextStart = 0;
nTextLen = aText.Len();
- // #b6668980# crash when accessing 0 pointer in pDXArray
+ // crash when accessing 0 pointer in pDXArray
pTmpDXArray = new sal_Int32[ aText.Len() ];
pDXArray = pTmpDXArray;
Font _aOldFont( GetRefDevice()->GetFont() );
diff --git a/xmloff/source/transform/TransformerBase.cxx b/xmloff/source/transform/TransformerBase.cxx
index 8e8eb34..81a94f1 100644
--- a/xmloff/source/transform/TransformerBase.cxx
+++ b/xmloff/source/transform/TransformerBase.cxx
@@ -433,7 +433,7 @@ void SAL_CALL XMLTransformerBase::initialize( const Sequence< Any >& aArguments
for( sal_Int32 nIndex = 0; nIndex < nAnyCount; nIndex++, pAny++ )
{
- // #b6236750# use isAssignableFrom instead of comparing the types to
+ // use isAssignableFrom instead of comparing the types to
// allow XExtendedDocumentHandler instead of XDocumentHandler (used in
// writeOasis2OOoLibraryElement in sfx2).
// The Any shift operator can't be used to query the type because it
commit 22a2b5bb0d87a644e32c179cb6010ebd8b23b575
Author: Júlio Hoffimann <julio.hoffimann at gmail.com>
Date: Sat Apr 16 22:41:35 2011 -0300
all bogus comments removed keeping the indentation
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index c699a03..8280ccd 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -1927,7 +1927,7 @@ void SdXMLConnectorShapeContext::StartElement(const uno::Reference< xml::sax::XA
if ( maPath.hasValue() )
{
- // --> OD #i115492#
+ // #i115492#
// Ignore svg:d attribute for text documents created by OpenOffice.org
// versions before OOo 3.3, because these OOo versions are storing
// svg:d values not using the correct unit.
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index 1c1e90f..be7bcd1 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -149,7 +149,7 @@ static SvXMLTokenMapEntry aTextElemTokenMap[] =
{ XML_NAMESPACE_OFFICE, XML_FORMS, XML_TOK_TEXT_FORMS },
{ XML_NAMESPACE_TABLE, XML_CALCULATION_SETTINGS, XML_TOK_TEXT_CALCULATION_SETTINGS },
{ XML_NAMESPACE_TEXT, XML_ALPHABETICAL_INDEX_AUTO_MARK_FILE, XML_TOK_TEXT_AUTOMARK },
- // --> FLR #i52127#
+ // #i52127#
{ XML_NAMESPACE_TEXT, XML_NUMBERED_PARAGRAPH, XML_TOK_TEXT_NUMBERED_PARAGRAPH },
// <--
More information about the Libreoffice-commits
mailing list