summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-01-14 15:13:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-01-14 15:13:16 +0900
commit180271e987de9b80b4ecd826df960353b036b9fd (patch)
treed136ef489bf9e2c4cb75a11ac6b29478be22a26c /vcl
parent10eaaac020e32f0bbb3869cecee94df0955b6a3b (diff)
Fix typo
Change-Id: Idb7ce105bf347d7cfee039da8939aecf743f2c16
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/pdfwriter_impl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/pdfwriter_impl.cxx b/vcl/source/gdi/pdfwriter_impl.cxx
index 8259cbf506cc..f7a73ea5e865 100644
--- a/vcl/source/gdi/pdfwriter_impl.cxx
+++ b/vcl/source/gdi/pdfwriter_impl.cxx
@@ -1908,7 +1908,7 @@ void PDFWriterImpl::computeDocumentIdentifier( std::vector< sal_uInt8 >& o_rIden
// according to ISO 19005-1:2005 6.7.3 the date is corrected for
// local time zone offset UTC only, whereas Acrobat 8 seems
// to use the localtime notation only
- // according to a raccomandation in XMP Specification (Jan 2004, page 75)
+ // according to a recommendation in XMP Specification (Jan 2004, page 75)
// the Acrobat way seems the right approach
aCreationMetaDateString.append( (sal_Char)('0' + ((aDT.Year/1000)%10)) );
aCreationMetaDateString.append( (sal_Char)('0' + ((aDT.Year/100)%10)) );