summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-10 19:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-10 20:22:50 +0300
commit6835d9f3074c1030be6632bdaff6c8398c696429 (patch)
tree90bdc179c3522a71f87fef348d9aaced458b611d /writerfilter
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/StyleSheetTable.cxx2
-rw-r--r--writerfilter/source/ooxml/OOXMLDocumentImpl.cxx2
-rw-r--r--writerfilter/source/rtftok/rtfsdrimport.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/source/dmapper/StyleSheetTable.cxx b/writerfilter/source/dmapper/StyleSheetTable.cxx
index 955fc3ed4f1d..a37caca4185f 100644
--- a/writerfilter/source/dmapper/StyleSheetTable.cxx
+++ b/writerfilter/source/dmapper/StyleSheetTable.cxx
@@ -1524,7 +1524,7 @@ void StyleSheetTable::applyDefaults(bool bParaProperties)
OUString StyleSheetTable::getOrCreateCharStyle( PropertyValueVector_t& rCharProperties )
{
- //find out if any of the styles already has the required properties then return it's name
+ //find out if any of the styles already has the required properties then return its name
OUString sListLabel = m_pImpl->HasListCharStyle(rCharProperties);
if( !sListLabel.isEmpty() )
return sListLabel;
diff --git a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
index ac99f06fb3fa..8dfcb179b75e 100644
--- a/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
+++ b/writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
@@ -580,7 +580,7 @@ void OOXMLDocumentImpl::resolveCustomXmlStream(Stream & rStream)
if(bFound)
{
uno::Reference<xml::dom::XDocument> customXmlTemp = importSubStream(OOXMLStream::CUSTOMXML);
- // This will add all item[n].xml with it's relationship file i.e itemprops.xml to
+ // This will add all item[n].xml with its relationship file i.e itemprops.xml to
// grabbag list.
if(mxCustomXmlProsDom.is() && customXmlTemp.is())
{
diff --git a/writerfilter/source/rtftok/rtfsdrimport.cxx b/writerfilter/source/rtftok/rtfsdrimport.cxx
index 4b87586508ea..5f5869427041 100644
--- a/writerfilter/source/rtftok/rtfsdrimport.cxx
+++ b/writerfilter/source/rtftok/rtfsdrimport.cxx
@@ -341,7 +341,7 @@ void RTFSdrImport::resolve(RTFShape& rShape, bool bClose)
else if ( i->first == "pVerticies" )
{
uno::Sequence<drawing::EnhancedCustomShapeParameterPair> aCoordinates;
- sal_Int32 nSize = 0; // Size of a token (it's value is hardwired in the exporter)
+ sal_Int32 nSize = 0; // Size of a token (its value is hardwired in the exporter)
sal_Int32 nCount = 0; // Number of tokens
sal_Int32 nCharIndex = 0; // Character index
sal_Int32 nIndex = 0; // Array index