diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-12 15:48:13 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-12 15:56:04 +0200 |
commit | c15913b273c74bbfe7b24f99934e09a3249a81a9 (patch) | |
tree | 2b4e4cd175ad2ebcfbfd00a187e1b1e747a73cfe /include/vcl | |
parent | 360c7e573f0ce4b6a892bb7f7e51b9267bed5a6d (diff) |
Spelling fix: suported
Change-Id: I3b67edd5ba4541a65cb0916abea6db1362c32afd
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/virdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/virdev.hxx b/include/vcl/virdev.hxx index 25ef11c207a6..b78495d24e16 100644 --- a/include/vcl/virdev.hxx +++ b/include/vcl/virdev.hxx @@ -106,7 +106,7 @@ public: /** Create a virtual device using an existing system dependent device or graphics context Any rendering will happen directly on the context and not on any intermediate bitmap. - Note: This might not be suported on all platforms ! + Note: This might not be supported on all platforms ! */ explicit VirtualDevice( const SystemGraphicsData *pData, sal_uInt16 nBitCount ); |