summaryrefslogtreecommitdiff
path: root/include/toolkit
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-06 14:46:00 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-06 16:03:34 +0200
commite1e4efdc71d00ab2255b311cd420f929384ebbfa (patch)
tree79da006b755c700346d50835490915e81da4ed3b /include/toolkit
parent5c54971cbc4672fc7bb3a2fb26bb6eda229a7fa8 (diff)
Typo: s/dependend/dependent/i
Change-Id: If02798894ad6f0e0442ed60aaec6eca40e6dcb61
Diffstat (limited to 'include/toolkit')
-rw-r--r--include/toolkit/awt/vclxsystemdependentwindow.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/toolkit/awt/vclxsystemdependentwindow.hxx b/include/toolkit/awt/vclxsystemdependentwindow.hxx
index d136d50e35b5..64bbe35ddb86 100644
--- a/include/toolkit/awt/vclxsystemdependentwindow.hxx
+++ b/include/toolkit/awt/vclxsystemdependentwindow.hxx
@@ -28,10 +28,6 @@
#include <toolkit/awt/vclxwindow.hxx>
-
-// class VCLXSystemDependendtWindow
-
-
class TOOLKIT_DLLPUBLIC VCLXSystemDependentWindow : public css::awt::XSystemDependentWindowPeer,
public VCLXWindow
{
@@ -48,7 +44,7 @@ public:
css::uno::Sequence< css::uno::Type > SAL_CALL getTypes() override;
css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override;
- // css::awt::XSystemDependendtWindowPeer
+ // css::awt::XSystemDependentWindowPeer
css::uno::Any SAL_CALL getWindowHandle( const css::uno::Sequence< sal_Int8 >& ProcessId, sal_Int16 SystemType ) override;
};