diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-11-21 21:16:47 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:35:05 +0000 |
commit | afa5bded785eeaea668f1bff5f9ffa0a0c788032 (patch) | |
tree | e655773928848d5d2a4d7329a7b9ea6335150738 /basctl | |
parent | b35820c000788eba3c50aa659f4174d2f613586d (diff) |
timers: Timer never started, remove it completely.
Change-Id: I119529498f4bea014e5e0d3d81c39203080ff1c4
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/dlged/dlged.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/source/dlged/dlged.cxx b/basctl/source/dlged/dlged.cxx index 2ba6fcff1fcf..986ccfbe2506 100644 --- a/basctl/source/dlged/dlged.cxx +++ b/basctl/source/dlged/dlged.cxx @@ -475,7 +475,6 @@ bool DlgEditor::KeyInput( const KeyEvent& rKEvt ) void DlgEditor::Paint( const Rectangle& rRect ) { aPaintRect = rRect; - mnPaintGuard++; Size aMacSize; |