summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-24 23:49:49 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-24 23:49:49 +0100
commit984445841073f5bf99f0b7f87d1f8f33f07de5e5 (patch)
tree990a93a75e617899159e87a3d438628d42a3e60a /vcl
parentb4b9b94efd6cdc824b5f02a977ec9921fb7cacbd (diff)
Typo: curently->currently
Change-Id: I2362c2c7a1c637b02eeebcae8ee1e3c0fc2b2422
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/brdwin.cxx2
-rw-r--r--vcl/source/window/dockingarea.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/window/brdwin.cxx b/vcl/source/window/brdwin.cxx
index 85dce0ffeb5b..106d77d19221 100644
--- a/vcl/source/window/brdwin.cxx
+++ b/vcl/source/window/brdwin.cxx
@@ -1267,7 +1267,7 @@ void ImplSmallBorderWindowView::DrawWindow( sal_uInt16 nDrawFlags, OutputDevice*
nState |= ControlState::FOCUSED;
else if( mbNWFBorder )
{
- // FIXME: this is curently only on OS X, see if other platforms can profit
+ // FIXME: this is currently only on OS X, see if other platforms can profit
// FIXME: for OS X focus rings all controls need to support GetNativeControlRegion
// for the dropdown style
diff --git a/vcl/source/window/dockingarea.cxx b/vcl/source/window/dockingarea.cxx
index 0348709d34f4..623ea9635b37 100644
--- a/vcl/source/window/dockingarea.cxx
+++ b/vcl/source/window/dockingarea.cxx
@@ -155,7 +155,7 @@ WindowAlign DockingAreaWindow::GetAlign() const
void DockingAreaWindow::Paint( const Rectangle& )
{
- EnableNativeWidget( true ); // only required because the toolkit curently switches this flag off
+ EnableNativeWidget( true ); // only required because the toolkit currently switches this flag off
if( IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) )
{
ToolbarValue aControlValue;