[Libreoffice-commits] .: framework/source ucb/source xmloff/inc xmloff/source
Katarina Machalkova
bubli at kemper.freedesktop.org
Fri Apr 22 05:57:23 PDT 2011
framework/source/layoutmanager/helpers.cxx | 1 -
ucb/source/ucp/file/shell.cxx | 1 -
xmloff/inc/xmloff/txtprmap.hxx | 1 -
xmloff/source/core/xmlexp.cxx | 1 -
xmloff/source/draw/shapeimport.cxx | 1 -
xmloff/source/draw/ximpshap.cxx | 1 -
xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx | 2 --
xmloff/source/text/XMLSectionExport.cxx | 4 ----
xmloff/source/text/txtimp.cxx | 4 ----
xmloff/source/transform/Oasis2OOo.cxx | 1 -
xmloff/source/transform/StyleOASISTContext.cxx | 1 -
11 files changed, 18 deletions(-)
New commits:
commit 39cd759ab99393b0ea978214a52d3c9fecc8d0e9
Author: Júlio Hoffimann <julio.hoffimann at gmail.com>
Date: Fri Apr 22 08:01:59 2011 -0300
left arrow comments removed // <--
diff --git a/framework/source/layoutmanager/helpers.cxx b/framework/source/layoutmanager/helpers.cxx
index 92ab154..46dea80 100644
--- a/framework/source/layoutmanager/helpers.cxx
+++ b/framework/source/layoutmanager/helpers.cxx
@@ -344,7 +344,6 @@ sal_Bool implts_isFrameOrWindowTop( const uno::Reference< frame::XFrame >& xFram
uno::Reference< awt::XWindow > xWindow( xWindowCheck, uno::UNO_QUERY );
Window* pWindow = VCLUnoHelper::GetWindow( xWindow );
return ( pWindow && pWindow->IsSystemWindow() );
- // <--
}
return sal_False;
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx
index e94d4f6..b2f9355 100644
--- a/ucb/source/ucp/file/shell.cxx
+++ b/ucb/source/ucp/file/shell.cxx
@@ -1138,7 +1138,6 @@ shell::move( sal_Int32 CommandId,
// srcUnqPath and dstUnqPathIn are equal
if( srcUnqPath == dstUnqPathIn )
return;
- // <--
//
osl::FileBase::RC nError;
rtl::OUString dstUnqPath( dstUnqPathIn );
diff --git a/xmloff/inc/xmloff/txtprmap.hxx b/xmloff/inc/xmloff/txtprmap.hxx
index 6d0e3fa..cea2597 100644
--- a/xmloff/inc/xmloff/txtprmap.hxx
+++ b/xmloff/inc/xmloff/txtprmap.hxx
@@ -172,7 +172,6 @@
#define CTF_SHAPE_VERTICALREL (XML_TEXT_CTF_START + 136)
#define CTF_SHAPE_VERTICALREL_PAGE (XML_TEXT_CTF_START + 137)
#define CTF_SHAPE_VERTICALREL_FRAME (XML_TEXT_CTF_START + 138)
-// <--
#define CTF_PARA_ADJUSTLAST (XML_TEXT_CTF_START + 139)
#define CTF_DEFAULT_OUTLINE_LEVEL (XML_TEXT_CTF_START + 140)
#define CTF_OLD_FLOW_WITH_TEXT (XML_TEXT_CTF_START + 141)
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 064fb96..b428e7c 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -449,7 +449,6 @@ void SvXMLExport::_InitCtor()
mpImpl->mbSaveBackwardCompatibleODF = bTemp;
}
}
- // <--
}
// Shapes in Writer cannot be named via context menu (#i51726#)
diff --git a/xmloff/source/draw/shapeimport.cxx b/xmloff/source/draw/shapeimport.cxx
index cf8c2a7..8c04bc6 100644
--- a/xmloff/source/draw/shapeimport.cxx
+++ b/xmloff/source/draw/shapeimport.cxx
@@ -883,7 +883,6 @@ void XMLShapeImportHelper::finishShape(
aPosLayoutDir );
}
}
- // <--
}
// helper functions for z-order sorting
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 8280ccd..c00ad37 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -1953,7 +1953,6 @@ void SdXMLConnectorShapeContext::StartElement(const uno::Reference< xml::sax::XA
{
xProps->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("PolyPolygonBezier") ), maPath );
}
- // <--
}
SdXMLShapeContext::StartElement(xAttrList);
diff --git a/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx b/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
index 24f5254..86e5998 100644
--- a/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
+++ b/xmloff/source/text/XMLIndexChapterInfoEntryContext.cxx
@@ -87,7 +87,6 @@ static const SvXMLEnumMapEntry aChapterDisplayMap[] =
//---> i89791
// enabled for ODF 1.2, full index support in 3.0
{ XML_PLAIN_NUMBER_AND_NAME, ChapterFormat::NO_PREFIX_SUFFIX },
- //<---
{ XML_PLAIN_NUMBER, ChapterFormat::DIGIT },
{ XML_TOKEN_INVALID, 0 }
};
@@ -174,7 +173,6 @@ void XMLIndexChapterInfoEntryContext::StartElement(
}
}
}
- // <--
}
if (bOutlineLevelOK)
nValues++;
diff --git a/xmloff/source/text/XMLSectionExport.cxx b/xmloff/source/text/XMLSectionExport.cxx
index f579ce4..2e91ede 100644
--- a/xmloff/source/text/XMLSectionExport.cxx
+++ b/xmloff/source/text/XMLSectionExport.cxx
@@ -1341,7 +1341,6 @@ void XMLSectionExport::ExportIndexTemplateElement(
rValues[i].Value >>= nLevel;
bLevelOK = sal_True;
break;
-//<---
case TOK_TPARAM_BIBLIOGRAPHY_DATA:
rValues[i].Value >>= nBibliographyData;
bBibliographyDataOK = sal_True;
@@ -1449,7 +1448,6 @@ void XMLSectionExport::ExportIndexTemplateElement(
bChapterFormatOK = sal_False;
}
}
-//<---
// ... and write Element
if (eElement != XML_TOKEN_INVALID)
@@ -1537,7 +1535,6 @@ void XMLSectionExport::ExportIndexTemplateElement(
if (bLevelOK)
GetExport().AddAttribute(XML_NAMESPACE_TEXT, XML_OUTLINE_LEVEL,
OUString::valueOf((sal_Int32)nLevel));
-//<---
}
//--->i53420
@@ -1552,7 +1549,6 @@ void XMLSectionExport::ExportIndexTemplateElement(
GetExport().AddAttribute(XML_NAMESPACE_TEXT, XML_OUTLINE_LEVEL,
OUString::valueOf((sal_Int32)nLevel));
}
-//<---
// export template
SvXMLElementExport aTemplateElement(GetExport(), XML_NAMESPACE_TEXT,
GetXMLToken(eElement),
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index be7bcd1..c1acfd7 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -151,7 +151,6 @@ static SvXMLTokenMapEntry aTextElemTokenMap[] =
{ XML_NAMESPACE_TEXT, XML_ALPHABETICAL_INDEX_AUTO_MARK_FILE, XML_TOK_TEXT_AUTOMARK },
// #i52127#
{ XML_NAMESPACE_TEXT, XML_NUMBERED_PARAGRAPH, XML_TOK_TEXT_NUMBERED_PARAGRAPH },
- // <--
XML_TOKEN_MAP_END
};
@@ -1447,9 +1446,7 @@ sal_Bool lcl_HasListStyle( OUString sStyleName,
{
bRet = sal_False;
}
- // <--
}
- // <--
break;
}
else
@@ -1463,7 +1460,6 @@ sal_Bool lcl_HasListStyle( OUString sStyleName,
return bRet;
}
-// <--
OUString XMLTextImportHelper::SetStyleAndAttrs(
SvXMLImport& rImport,
const Reference < XTextCursor >& rCursor,
diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx
index 8d4509a..f481369 100644
--- a/xmloff/source/transform/Oasis2OOo.cxx
+++ b/xmloff/source/transform/Oasis2OOo.cxx
@@ -1198,7 +1198,6 @@ void XMLTableTransformerContext_Impl::StartElement(
Reference< XAttributeList > xAttrList( rAttrList );
XMLMutableAttributeList *pMutableAttrList = 0;
- // <--
sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0;
for( sal_Int16 i=0; i < nAttrCount; i++ )
diff --git a/xmloff/source/transform/StyleOASISTContext.cxx b/xmloff/source/transform/StyleOASISTContext.cxx
index 3bbb3ad..982d2ec 100644
--- a/xmloff/source/transform/StyleOASISTContext.cxx
+++ b/xmloff/source/transform/StyleOASISTContext.cxx
@@ -520,7 +520,6 @@ void XMLPropertiesTContext_Impl::StartElement(
}
}
pAttrList->AddAttribute( rAttrName, aNewAttrValue );
- // <--
// create old draw:mirror for drawing graphic objects
OUString aAttrValue( GetXMLToken( IsXMLToken( rAttrValue, XML_HORIZONTAL ) ? XML_TRUE : XML_FALSE ) );
More information about the Libreoffice-commits
mailing list