diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-07-04 12:20:48 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-07-04 12:20:48 +0200 |
commit | 8d2f282abeb0b701f7c49000d5433462bbda8602 (patch) | |
tree | 5cb035a49643f3e41914c535aa43ff43aa2f2f7f /vcl/osx | |
parent | 39979c8f38c01f11b5223f8a5dab5b4b43ff5cc7 (diff) |
typo: emtpy → empty
Change-Id: I60cdcdc7fc38c175243c071f34295efa8739b717
Diffstat (limited to 'vcl/osx')
-rw-r--r-- | vcl/osx/a11ytextwrapper.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/a11ytextwrapper.mm b/vcl/osx/a11ytextwrapper.mm index bfa67d1a91e6..b878effbdab8 100644 --- a/vcl/osx/a11ytextwrapper.mm +++ b/vcl/osx/a11ytextwrapper.mm @@ -272,7 +272,7 @@ using namespace ::com::sun::star::uno; @try { rtfData = [ attrString RTFFromRange: [ range rangeValue ] documentAttributes: @{NSDocumentTypeDocumentAttribute : NSRTFTextDocumentType} ]; } @catch ( NSException * e) { - // emtpy + // empty } } return rtfData; |