diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-11-06 13:59:53 +0000 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2014-12-09 12:34:51 +0000 |
commit | 545fafea1a21902b16b80c3aa2545f6e4b6f3565 (patch) | |
tree | 5d246d40ffe7debb3a8bacc52d6a75123b0e4363 /sw/inc/doc.hxx | |
parent | 7523b588f16e14f87c8146118a1f050f680795fa (diff) |
changed some timer to idle
Change-Id: Ibd3a4f66cec6fde4fadc064f27ac44901d005b15
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index a7b882998635..8ca9f643c72c 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -268,7 +268,7 @@ class SW_DLLPUBLIC SwDoc : /* @@@MAINTAINABILITY-HORROR@@@ Timer should not be members of the model */ - Timer maOLEModifiedTimer; //< Timer for update modified OLE-Objecs + Idle maOLEModifiedIdle; //< Timer for update modified OLE-Objecs SwDBData maDBData; //< database descriptor OUString msTOIAutoMarkURL; //< URL of table of index AutoMark file boost::ptr_vector< boost::nullable<OUString> > maPatternNms; // Array for names of document-templates |