Kaydet (Commit) 50fdcff5 authored tarafından Tobias Madl's avatar Tobias Madl

removed unused timeout defines

Change-Id: I1ebada7b06657e0ac294e60bca5d6dd5b45e9d04
üst f0a6ec25
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <math.h> #include <math.h>
#include <algorithm> #include <algorithm>
#define AVMEDIA_TIMEOUT 100
#define AVMEDIA_TIME_RANGE 2048 #define AVMEDIA_TIME_RANGE 2048
#define AVMEDIA_DB_RANGE -40 #define AVMEDIA_DB_RANGE -40
#define AVMEDIA_LINEINCREMENT 1.0 #define AVMEDIA_LINEINCREMENT 1.0
......
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
// define ---------------------------------------------------------------- // define ----------------------------------------------------------------
#define CLASSPATH_DELIMITER SAL_PATHSEPARATOR #define CLASSPATH_DELIMITER SAL_PATHSEPARATOR
#define RESET_TIMEOUT 300
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::ucb; using namespace ::com::sun::star::ucb;
......
...@@ -34,7 +34,6 @@ using ::std::for_each; ...@@ -34,7 +34,6 @@ using ::std::for_each;
// Update chart listeners quickly, to get a similar behavior to loaded charts // Update chart listeners quickly, to get a similar behavior to loaded charts
// which register UNO listeners. // which register UNO listeners.
#define SC_CHARTTIMEOUT 10
class ScChartUnoData class ScChartUnoData
{ {
......
...@@ -139,8 +139,6 @@ struct SfxDispatcher_Impl ...@@ -139,8 +139,6 @@ struct SfxDispatcher_Impl
std::deque< std::deque<SfxToDo_Impl> > aToDoCopyStack; std::deque< std::deque<SfxToDo_Impl> > aToDoCopyStack;
}; };
#define SFX_FLUSH_TIMEOUT 50
/** This method checks if the stack of the SfxDispatchers is flushed, or if /** This method checks if the stack of the SfxDispatchers is flushed, or if
push- or pop- commands are pending. push- or pop- commands are pending.
*/ */
......
...@@ -56,8 +56,6 @@ ...@@ -56,8 +56,6 @@
#include <unomid.h> #include <unomid.h>
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
#define PAGE_CHANGE_TIMEOUT 1000
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::frame; using namespace ::com::sun::star::frame;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment