diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-24 23:49:49 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-24 23:49:49 +0100 |
commit | 984445841073f5bf99f0b7f87d1f8f33f07de5e5 (patch) | |
tree | 990a93a75e617899159e87a3d438628d42a3e60a /svtools/source | |
parent | b4b9b94efd6cdc824b5f02a977ec9921fb7cacbd (diff) |
Typo: curently->currently
Change-Id: I2362c2c7a1c637b02eeebcae8ee1e3c0fc2b2422
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/brwbox/datwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/datwin.hxx b/svtools/source/brwbox/datwin.hxx index 92dc9d013dfc..ef9cca2a51f8 100644 --- a/svtools/source/brwbox/datwin.hxx +++ b/svtools/source/brwbox/datwin.hxx @@ -128,7 +128,7 @@ public: bool bInUpdateScrollbars; // prevents recursions bool bHadRecursion; // a recursion occurred bool bOwnDataChangedHdl; // dont change colors in DataChanged - bool bCallingDropCallback; // we're in a callback to AcceptDrop or ExecuteDrop curently + bool bCallingDropCallback; // we're in a callback to AcceptDrop or ExecuteDrop currently sal_uInt16 nUpdateLock; // lock count, dont call Control::Update()! short nCursorHidden; // new counter for DoHide/ShowCursor |