[Libreoffice-commits] core.git: Branch 'feature/priorities' - avmedia/source cui/source sc/source sfx2/source sw/source

Tobias Madl tobias.madl.dev at gmail.com
Wed Nov 19 23:53:00 PST 2014


 avmedia/source/framework/mediacontrol.cxx |    1 -
 cui/source/options/optjava.cxx            |    1 -
 sc/source/core/tool/chartlis.cxx          |    1 -
 sfx2/source/control/dispatch.cxx          |    2 --
 sw/source/uibase/utlui/navipi.cxx         |    2 --
 5 files changed, 7 deletions(-)

New commits:
commit 6f4487a6ae7f5fab02d87ad80404381a4731c9b8
Author: Tobias Madl <tobias.madl.dev at gmail.com>
Date:   Thu Nov 20 07:51:46 2014 +0000

    removed unused timeout defines
    
    Change-Id: I1ebada7b06657e0ac294e60bca5d6dd5b45e9d04

diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx
index 5d64845..9c92ffa 100644
--- a/avmedia/source/framework/mediacontrol.cxx
+++ b/avmedia/source/framework/mediacontrol.cxx
@@ -33,7 +33,6 @@
 #include <math.h>
 #include <algorithm>
 
-#define AVMEDIA_TIMEOUT             100
 #define AVMEDIA_TIME_RANGE          2048
 #define AVMEDIA_DB_RANGE            -40
 #define AVMEDIA_LINEINCREMENT       1.0
diff --git a/cui/source/options/optjava.cxx b/cui/source/options/optjava.cxx
index 242ac08..ef7b7c3 100644
--- a/cui/source/options/optjava.cxx
+++ b/cui/source/options/optjava.cxx
@@ -53,7 +53,6 @@
 // define ----------------------------------------------------------------
 
 #define CLASSPATH_DELIMITER SAL_PATHSEPARATOR
-#define RESET_TIMEOUT       300
 
 using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::ucb;
diff --git a/sc/source/core/tool/chartlis.cxx b/sc/source/core/tool/chartlis.cxx
index c3c2905..bf16b3e 100644
--- a/sc/source/core/tool/chartlis.cxx
+++ b/sc/source/core/tool/chartlis.cxx
@@ -34,7 +34,6 @@ using ::std::for_each;
 
 // Update chart listeners quickly, to get a similar behavior to loaded charts
 // which register UNO listeners.
-#define SC_CHARTTIMEOUT 10
 
 class ScChartUnoData
 {
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 96c2d29..849ac8b 100644
--- a/sfx2/source/control/dispatch.cxx
+++ b/sfx2/source/control/dispatch.cxx
@@ -140,8 +140,6 @@ struct SfxDispatcher_Impl
     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
     push- or pop- commands are pending.
 */
diff --git a/sw/source/uibase/utlui/navipi.cxx b/sw/source/uibase/utlui/navipi.cxx
index 79110f7..a677d1d 100644
--- a/sw/source/uibase/utlui/navipi.cxx
+++ b/sw/source/uibase/utlui/navipi.cxx
@@ -56,8 +56,6 @@
 #include <unomid.h>
 #include <boost/scoped_ptr.hpp>
 
-#define PAGE_CHANGE_TIMEOUT 1000
-
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::frame;
 


More information about the Libreoffice-commits mailing list