summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:18:41 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:26 +0200
commit6bdeee78847768b36bb6f364d8ba557bd437fb8a (patch)
tree553b7d1a3b4fbd3ab13d3c435003d78e99a695c1 /vcl/osx
parentd23f07cc28ae97a81491a767ad75a3eef6be75da (diff)
typo: suiteable -> suitable
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/DataFlavorMapping.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/osx/DataFlavorMapping.hxx b/vcl/osx/DataFlavorMapping.hxx
index f8b09df85f23..3bd4118ecb9e 100644
--- a/vcl/osx/DataFlavorMapping.hxx
+++ b/vcl/osx/DataFlavorMapping.hxx
@@ -64,20 +64,20 @@ public:
~DataFlavorMapper();
/* Map a system data flavor to an OpenOffice data flavor.
- Return an empty string if there is not suiteable
+ Return an empty string if there is not suitable
mapping from a system data flavor to a OpenOffice data
flavor.
*/
com::sun::star::datatransfer::DataFlavor systemToOpenOfficeFlavor( const NSString* systemDataFlavor) const;
/* Map an OpenOffice data flavor to a system data flavor.
- If there is no suiteable mapping available NULL will
+ If there is no suitable mapping available NULL will
be returned.
*/
const NSString* openOfficeToSystemFlavor(const com::sun::star::datatransfer::DataFlavor& oooDataFlavor, bool& rbInternal) const;
/* Select the best available image data type
- If there is no suiteable mapping available NULL will
+ If there is no suitable mapping available NULL will
be returned.
*/
NSString* openOfficeImageToSystemFlavor(NSPasteboard* pPasteboard) const;