Kaydet (Commit) f1a13274 authored tarafından Chr. Rossmanith's avatar Chr. Rossmanith

fixed typos in comments

Change-Id: I6f0b90f7a76ddc69e158502af760466ab7ce2f91
üst 0a4e9138
......@@ -2641,7 +2641,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
const Reference< XShape >* pxShape,
const GDIMetaFile* pTextEmbeddedBitmapMtf )
{
// need a counter fo rthe actions written per shape to avoid double ID
// need a counter for the actions written per shape to avoid double ID
// generation
sal_Int32 nEntryCount(0);
......
......@@ -53,21 +53,21 @@ namespace svgio
SvgDocument(const OUString& rAbsolutePath);
~SvgDocument();
/// append anopther root node, ownership changes
/// append another root node, ownership changes
void appendNode(SvgNode* pNode);
/// add/remove nodes with Id to mapper
void addSvgNodeToMapper(const OUString& rStr, const SvgNode& rNode);
void removeSvgNodeFromMapper(const OUString& rStr);
/// find a node by it's Id
/// find a node by its Id
bool hasSvgNodesById() const { return !maIdTokenMapperList.empty(); }
const SvgNode* findSvgNodeById(const OUString& rStr) const;
/// add/remove styles to mapper
void addSvgStyleAttributesToMapper(const OUString& rStr, const SvgStyleAttributes& rSvgStyleAttributes);
/// find a style by it's Id
/// find a style by its Id
bool hasGlobalCssStyleAttributes() const { return !maIdStyleTokenMapperList.empty(); }
const SvgStyleAttributes* findGlobalCssStyleAttributes(const OUString& rStr) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment