diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-11-26 17:35:16 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-11-27 09:34:32 +0100 |
commit | 4033537b3aa3aefe1cfc9ceba71e780f7c23eb08 (patch) | |
tree | 865bf33ee895ea9f92b6cc71b580b14f766f10b1 /include/xmloff | |
parent | 951494c8cbac6fc5aa491c3780d2659fedd013d3 (diff) |
typo
Change-Id: Iebd5637328e905502d02a97b5294c67892688ecb
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 637107547707..6c5ae70768a3 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -335,7 +335,7 @@ public: mxNumberFormatsSupplier = _xNumberFormatSupplier; } - // Convert a local packe URL into either a graphic manager or a + // Convert a local package URL into either a graphic manager or a // internal package URL. The later one happens only if bLoadURL is true OUString ResolveGraphicObjectURL( const OUString& rURL, bool bLoadOnDemand ); css::uno::Reference< css::io::XOutputStream > |