Commit graph

9319 commits

Author SHA1 Message Date
Rüdiger Timm
f2cfa85e72 INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/03/15 09:13:31 af 1.1.2.4: #i74543# Moved update result check to new CheckUpdateSuccess() method.
2007/03/07 10:15:00 af 1.1.2.3: #i75056# Repeated updates when configuration is not updated successfully.
2007/02/14 10:43:25 af 1.1.2.2: #i68075# Resolved compiler problems.
2007/01/31 13:36:17 af 1.1.2.1: #i68075# Initial revision.
2007-04-03 14:46:41 +00:00
Rüdiger Timm
e635f0930a INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/01/31 13:37:53 af 1.1.2.1: #i68075# Initial revision.
2007-04-03 14:46:29 +00:00
Rüdiger Timm
f5e5b25780 INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/03/07 09:55:35 af 1.1.2.3: #i75056# Using OSL_TRACE instead of printf.
2007/02/14 10:43:24 af 1.1.2.2: #i68075# Resolved compiler problems.
2007/01/31 13:36:46 af 1.1.2.1: #i68075# Initial revision.
2007-04-03 14:46:18 +00:00
Rüdiger Timm
4abc10b076 INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2006/10/06 09:31:02 af 1.1.2.2: #i68075# The broadcaster now has a reference to the ConfigurationController so that it can throw exceptions with the controller as source.
2006/09/07 14:00:00 af 1.1.2.1: #i68075# Initial revision.
2007-04-03 14:46:07 +00:00
Rüdiger Timm
3a76fcfbfb INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/01/29 15:26:59 af 1.1.2.3: #68075# Resolved resync problems.
2006/10/06 09:30:18 af 1.1.2.2: #i68075# The broadcaster now has a reference to the ConfigurationController so that it can throw exceptions with the controller as source.
2006/09/07 13:59:48 af 1.1.2.1: #i68075# Initial revision.
2007-04-03 14:45:54 +00:00
Rüdiger Timm
b7e115ae7f INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/03/07 09:54:39 af 1.1.2.21: #i75056# Made locking nestable.
2007/02/20 09:09:08 af 1.1.2.20: #i68075# Code cleanup.
2007/02/14 12:33:38 af 1.1.2.19: #i68075# Commented out the temporary definition of VERBOSE.
2007/02/14 12:31:24 af 1.1.2.18: #i68075# Commented out the temporary definition of VERBOSE.
2007/02/14 09:48:17 af 1.1.2.17: #i68075# Using the right mutex.
2007/01/31 13:48:17 af 1.1.2.16: #i68075# Moved configuration update into its own ConfigurationUpdater class.
2007/01/29 15:26:59 af 1.1.2.15: #68075# Resolved resync problems.
2007/01/24 17:16:05 af 1.1.2.14: #i68075# Moved configuration classification code to its own ConfigurationClassifier class.
2007/01/22 14:13:30 af 1.1.2.13: #i68075 Introduction of XResourceId interface.
2006/11/01 13:12:19 af 1.1.2.12: #i70929# Adaption to changes in ViewShellBase.
2006/10/06 09:27:17 af 1.1.2.11: #i68075# Improved the handling of asynchronous configuration updates.
2006/09/28 12:31:45 af 1.1.2.10: #i68075# Fixed resync problems.
2006/09/21 08:54:30 af 1.1.2.9: #i68075# Fixed the update() method.
2006/09/07 16:26:10 af 1.1.2.8: #i68075# Transition from URL to ResourceId.
2006/09/07 14:19:36 af 1.1.2.7: #i68075# Transition from URL to ResourceId.
2006/08/29 11:10:32 af 1.1.2.6: #i68075# Added the CleanConfiguration() method.
2006/08/28 14:34:28 af 1.1.2.5: #i68075# Reimplemented restoreConfiguration() by making resource activation and deactivation requests.
2006/08/28 14:32:28 af 1.1.2.4: #i68075# Fixed compiler problems.
2006/08/23 11:30:35 af 1.1.2.3: #i68075# Avoid recursive calling of UpdateConfiguration().
2006/08/16 09:48:46 af 1.1.2.2: #i68075# Renamed Operation to Request.
2006/08/02 15:57:55 af 1.1.2.1: #i68075# Initial revision.
2007-04-03 14:45:41 +00:00
Rüdiger Timm
e7b090228d INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/01/31 13:43:49 af 1.1.2.2: #i68075# Partition() returns true when configurations differ.
2007/01/24 17:08:45 af 1.1.2.1: #i68075# Initial revision.
2007-04-03 14:45:26 +00:00
Rüdiger Timm
3075d46642 INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/03/15 09:01:56 af 1.1.2.5: #i74543# Cleanup.
2007/02/14 09:47:11 af 1.1.2.4: #i68075# Cleanup.
2007/01/31 13:43:24 af 1.1.2.3: #i68075# Partition() returns true when configurations differ.
2007/01/29 15:26:59 af 1.1.2.2: #68075# Resolved resync problems.
2007/01/24 17:09:01 af 1.1.2.1: #i68075# Initial revision.
2007-04-03 14:44:53 +00:00
Rüdiger Timm
ec113e8b54 INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/03/07 09:52:37 af 1.1.2.6: #i75056# Added AreConfigurationsEquivalent() function.  Added mutex guards.
2007/01/29 15:26:59 af 1.1.2.5: #68075# Resolved resync problems.
2007/01/24 17:14:57 af 1.1.2.4: #i68075# Added some debug output.
2007/01/22 14:08:38 af 1.1.2.3: #i68075 Introduction of XResourceId interface.
2006/09/07 14:17:41 af 1.1.2.2: #i68075# Transition from URL to ResourceId.
2006/08/03 09:08:08 af 1.1.2.1: #i68075# Initial revision.
2007-04-03 14:44:40 +00:00
Rüdiger Timm
cd49a9e5ea INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/01/31 13:42:31 af 1.1.2.5: #i68075# Moved configuration update into its own ConfigurationUpdater class.
2006/09/21 08:50:20 af 1.1.2.4: #i68075# Calling UpdateConfiguration() instead of update() at ConfigurationController.
2006/08/29 11:08:16 af 1.1.2.3: #i68075# Removed the Trace methods.
2006/08/18 14:51:45 af 1.1.2.2: #i68075# Renamed operation into request.
2006/08/16 09:45:35 af 1.1.2.1: #i68075# Renamed from ChangeOperationQueueProcessor.hxx
2007-04-03 14:44:28 +00:00
Rüdiger Timm
64866e5596 INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/02/14 09:46:09 af 1.1.2.9: #i68075# Made event processing more thread safe.
2007/01/31 13:42:04 af 1.1.2.8: #i68075# Moved configuration update into its own ConfigurationUpdater class.
2007/01/29 15:26:59 af 1.1.2.7: #68075# Resolved resync problems.
2006/10/06 09:25:34 af 1.1.2.6: #i68075# Cleaned up OSL_TRACEs.  Calling CheckedUpdateConfiguration() instead of UpdateConfiguration().
2006/09/28 12:31:44 af 1.1.2.5: #i68075# Fixed resync problems.
2006/09/21 08:49:04 af 1.1.2.4: #i68075# Calling UpdateConfiguration() instead of update() at ConfigurationController.
2006/08/29 11:09:31 af 1.1.2.3: #i68075# Improved the code for debug output.
2006/08/18 14:51:38 af 1.1.2.2: #i68075# Renamed operation into request.
2006/08/16 09:45:48 af 1.1.2.1: #i68075# Renamed from ChangeOperationQueueProcessor.cxx
2007-04-03 14:44:15 +00:00
Rüdiger Timm
a2c08348b5 INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2006/08/16 09:45:16 af 1.1.2.1: #i68075# Renamed from ChangeOperationQueue.hxx
2007-04-03 14:43:47 +00:00
Rüdiger Timm
14ac9f35b0 INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/01/29 15:26:59 af 1.1.2.2: #68075# Resolved resync problems.
2006/08/16 09:45:01 af 1.1.2.1: #i68075# Renamed from ChangeOperationQueue.cxx
2007-04-03 14:43:33 +00:00
Rüdiger Timm
1cbdc268d7 INTEGRATION: CWS components1 (1.73.36); FILE MERGED
2007/01/25 14:49:21 af 1.73.36.9: RESYNC: (1.75-1.77); FILE MERGED
2007/01/22 14:04:27 af 1.73.36.8: #i68075 Introduction of XResourceId interface.
2006/12/04 13:46:31 af 1.73.36.7: #i72136# Fixed GotoBookmark().
2006/11/24 09:51:42 af 1.73.36.6: #i68075# Reintroduced a fix made by AW that was merged out.
2006/11/21 16:15:17 af 1.73.36.5: RESYNC: (1.74-1.75); FILE MERGED
2006/09/25 17:05:08 af 1.73.36.4: RESYNC: (1.73-1.74); FILE MERGED
2006/09/07 14:15:40 af 1.73.36.3: #i68075# Transition from URL to ResourceId.
2006/08/28 14:32:27 af 1.73.36.2: #i68075# Fixed compiler problems.
2006/08/22 09:41:15 af 1.73.36.1: #i68075# Transition to new drawing framework.
2007-04-03 14:42:53 +00:00
Rüdiger Timm
fdd8e4761e INTEGRATION: CWS components1 (1.32.148); FILE MERGED
2007/01/25 14:46:01 af 1.32.148.3: RESYNC: (1.33-1.34); FILE MERGED
2006/09/25 17:01:39 af 1.32.148.2: RESYNC: (1.32-1.33); FILE MERGED
2006/08/22 09:40:15 af 1.32.148.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().
2007-04-03 14:42:17 +00:00
Rüdiger Timm
fb17f4866b INTEGRATION: CWS components1 (1.30.232); FILE MERGED
2007/01/25 14:45:33 af 1.30.232.5: RESYNC: (1.33-1.34); FILE MERGED
2006/11/21 16:14:51 af 1.30.232.4: RESYNC: (1.32-1.33); FILE MERGED
2006/11/21 09:35:47 af 1.30.232.3: RESYNC: (1.30-1.32); FILE MERGED
2006/10/13 08:22:32 af 1.30.232.2: #i68075# Added PaneShells.
2006/08/22 09:39:39 af 1.30.232.1: #i68075# Made PaneDockingWindow being compiled with exception support.
2007-04-03 14:42:03 +00:00
Rüdiger Timm
d6ccc23508 INTEGRATION: CWS components1 (1.17.148); FILE MERGED
2007/01/25 14:44:38 af 1.17.148.4: RESYNC: (1.19-1.20); FILE MERGED
2006/11/21 16:14:20 af 1.17.148.3: RESYNC: (1.18-1.19); FILE MERGED
2006/09/25 16:59:35 af 1.17.148.2: RESYNC: (1.17-1.18); FILE MERGED
2006/09/15 08:59:40 af 1.17.148.1: #i68075# Added parent window argument to SlideShow constructor.
2007-04-03 14:41:46 +00:00
Rüdiger Timm
047765da8a INTEGRATION: CWS components1 (1.3.232); FILE MERGED
2007/01/25 14:17:28 af 1.3.232.3: RESYNC: (1.4-1.5); FILE MERGED
2006/09/25 16:56:56 af 1.3.232.2: RESYNC: (1.3-1.4); FILE MERGED
2006/08/22 09:38:16 af 1.3.232.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().
2007-04-03 14:41:15 +00:00
Rüdiger Timm
071506efac INTEGRATION: CWS components1 (1.1.2); FILE ADDED
2007/01/29 15:26:58 af 1.1.2.4: #68075# Resolved resync problems.
2006/11/22 12:15:00 af 1.1.2.3: #i68075# Removed unnecessary changes.
2006/11/22 09:56:17 af 1.1.2.2: #i71253# Added PaneShellBase base class.
2006/10/13 08:07:35 af 1.1.2.1: #i68075# Pane child windows are now handled with the help of shells.
2007-04-03 14:41:01 +00:00
Rüdiger Timm
2b0945ab82 INTEGRATION: CWS components1 (1.12.198); FILE MERGED
2007/01/25 14:15:43 af 1.12.198.6: RESYNC: (1.13-1.14); FILE MERGED
2006/11/20 14:17:32 af 1.12.198.5: #i68075# Reacting to STATE_CHANGE_VISIBLE in StateChanged().
2006/11/16 14:34:42 af 1.12.198.4: #i68075# Optimizations to increase start-up performance.
2006/09/25 16:56:49 af 1.12.198.3: RESYNC: (1.12-1.13); FILE MERGED
2006/09/21 08:47:39 af 1.12.198.2: #i68075# Fixed the GetContentWindow() method.
2006/08/23 11:21:28 af 1.12.198.1: #i68075# Transition to new drawing framework.
2007-04-03 14:40:49 +00:00
Rüdiger Timm
04982642e7 INTEGRATION: CWS components1 (1.5.200); FILE MERGED
2006/10/13 08:20:41 af 1.5.200.4: #i68075# Create PaneDockingWindow in PaneChildWindow constructor even when ViewShellBase is not yet accessible.
2006/09/25 16:56:42 af 1.5.200.3: RESYNC: (1.5-1.6); FILE MERGED
2006/08/28 14:32:27 af 1.5.200.2: #i68075# Fixed compiler problems.
2006/08/23 11:13:12 af 1.5.200.1: #i68075# Transition to new drawing framework.
2007-04-03 14:40:28 +00:00
Rüdiger Timm
67e2975e91 INTEGRATION: CWS components1 (1.3.234); FILE MERGED
2006/09/25 16:56:15 af 1.3.234.2: RESYNC: (1.3-1.4); FILE MERGED
2006/08/22 09:37:29 af 1.3.234.1: #i68075# Transition to new drawing framework.
2007-04-03 14:39:50 +00:00
Rüdiger Timm
a9dfebfbd2 INTEGRATION: CWS components1 (1.46.32); FILE MERGED
2007/01/25 13:58:54 af 1.46.32.4: RESYNC: (1.48-1.49); FILE MERGED
2006/11/21 16:13:40 af 1.46.32.3: RESYNC: (1.47-1.48); FILE MERGED
2006/09/25 16:54:29 af 1.46.32.2: RESYNC: (1.46-1.47); FILE MERGED
2006/08/22 09:36:43 af 1.46.32.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().
2007-04-03 14:39:32 +00:00
Rüdiger Timm
1a277d4722 INTEGRATION: CWS components1 (1.39.42); FILE MERGED
2007/01/25 13:57:33 af 1.39.42.7: RESYNC: (1.41-1.42); FILE MERGED
2007/01/24 17:12:55 af 1.39.42.6: #i68075# Use the drawing framework to activate task pane panels.
2007/01/22 14:00:44 af 1.39.42.5: #i68075 Introduction of XResourceId interface.
2006/09/25 16:54:22 af 1.39.42.4: RESYNC: (1.39-1.41); FILE MERGED
2006/09/07 16:26:10 af 1.39.42.3: #i68075# Transition from URL to ResourceId.
2006/09/07 14:13:13 af 1.39.42.2: #i68075# Transition from URL to ResourceId.
2006/08/22 09:36:04 af 1.39.42.1: #i68075# Made SdModule handle the asynchronous update of the configuration.
2007-04-03 14:39:15 +00:00
Rüdiger Timm
7dc6aa5707 INTEGRATION: CWS components1 (1.27.44); FILE MERGED
2007/01/25 13:54:56 af 1.27.44.3: RESYNC: (1.28-1.29); FILE MERGED
2006/09/25 16:53:58 af 1.27.44.2: RESYNC: (1.27-1.28); FILE MERGED
2006/08/23 11:12:13 af 1.27.44.1: #i68075# Added a second child window for the left pane.
2007-04-03 14:38:57 +00:00
Rüdiger Timm
934586cd71 INTEGRATION: CWS components1 (1.14.98); FILE MERGED
2006/09/25 16:53:52 af 1.14.98.2: RESYNC: (1.14-1.15); FILE MERGED
2006/08/22 09:30:32 af 1.14.98.1: #i68075# Using ImpressViewShellBase instead of ViewShellBase.
2007-04-03 14:38:22 +00:00
Rüdiger Timm
90bc129be5 INTEGRATION: CWS components1 (1.12.52); FILE MERGED
2007/02/16 15:09:27 af 1.12.52.5: RESYNC: (1.14-1.15); FILE MERGED
2007/01/25 13:50:55 af 1.12.52.4: RESYNC: (1.13-1.14); FILE MERGED
2006/09/25 16:51:37 af 1.12.52.3: RESYNC: (1.12-1.13); FILE MERGED
2006/09/15 08:56:50 af 1.12.52.2: #i68075# Added parent window argument to SlideShow constructor.
2006/08/22 09:29:15 af 1.12.52.1: #i68075# Using SlideSorterViewShell::GetSlideSorter() instead of local method.  Listening for additional event type EID_SLIDE_SORTER_SELECTION.
2007-04-03 14:38:08 +00:00
Rüdiger Timm
c95e836ebc INTEGRATION: CWS components1 (1.22.52); FILE MERGED
2007/01/25 13:49:50 af 1.22.52.4: RESYNC: (1.23-1.25); FILE MERGED
2006/09/25 16:50:56 af 1.22.52.3: RESYNC: (1.22-1.23); FILE MERGED
2006/09/15 08:54:46 af 1.22.52.2: #i68075# Added parent window argument to SlideShow constructor.
2006/08/22 09:27:30 af 1.22.52.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().
2007-04-03 14:37:53 +00:00
Rüdiger Timm
740250454b INTEGRATION: CWS components1 (1.4.98); FILE MERGED
2007/01/25 13:48:51 af 1.4.98.3: RESYNC: (1.5-1.6); FILE MERGED
2006/09/25 16:50:11 af 1.4.98.2: RESYNC: (1.4-1.5); FILE MERGED
2006/08/22 09:26:38 af 1.4.98.1: #i68075# Using SlideSorterViewShell::GetSlideSorter() instead of local method.
2007-04-03 14:37:17 +00:00
Rüdiger Timm
1b78f2650c INTEGRATION: CWS components1 (1.13.230); FILE MERGED
2007/01/25 13:39:49 af 1.13.230.3: RESYNC: (1.14-1.15); FILE MERGED
2006/09/25 16:41:50 af 1.13.230.2: RESYNC: (1.13-1.14); FILE MERGED
2006/08/22 09:25:08 af 1.13.230.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().
2007-04-03 14:37:02 +00:00
Rüdiger Timm
bd4320c711 INTEGRATION: CWS components1 (1.6.200); FILE MERGED
2006/10/13 08:15:40 af 1.6.200.1: #i68075# Adaption to recent controller restructuring.
2007-04-03 14:36:46 +00:00
Rüdiger Timm
8de4c8331e INTEGRATION: CWS components1 (1.7.200); FILE MERGED
2006/10/13 08:14:19 af 1.7.200.1: #i68075# Adaption to recent controller restructuring.
2007-04-03 14:36:27 +00:00
Rüdiger Timm
a4e60530e1 INTEGRATION: CWS components1 (1.14.154); FILE MERGED
2006/11/21 09:34:07 af 1.14.154.2: RESYNC: (1.14-1.15); FILE MERGED
2006/08/22 09:23:57 af 1.14.154.1: #i68075# Added directories for new drawing framework.
2007-04-03 14:35:57 +00:00
Rüdiger Timm
63edc1725b INTEGRATION: CWS components1 (1.9.234); FILE MERGED
2006/10/13 08:13:04 af 1.9.234.1: #i68075# Added entries for new pane shells.
2007-04-03 14:35:40 +00:00
Rüdiger Timm
875905cfa4 INTEGRATION: CWS components1 (1.19.72); FILE MERGED
2006/10/13 08:12:26 af 1.19.72.1: #i68075# Added string entries for new pane shells.
2007-04-03 14:35:23 +00:00
Rüdiger Timm
b96415b885 INTEGRATION: CWS components1 (1.12.146); FILE MERGED
2007/01/25 13:32:23 af 1.12.146.3: RESYNC: (1.12-1.13); FILE MERGED
2006/10/25 16:07:55 af 1.12.146.2: #i70797# Merged FinalizeSetViewMode() back in.
2006/08/22 09:21:11 af 1.12.146.1: #i68075# New FinalizeSetViewMode() method.
2007-04-03 14:34:53 +00:00
Oliver Bolte
b64c2de853 INTEGRATION: CWS basmgr02 (1.98.24); FILE MERGED
2007/01/30 14:14:53 fs 1.98.24.2: RESYNC: (1.98-1.99); FILE MERGED
2007/01/11 09:32:51 fs 1.98.24.1: #i73329# support for DialogLibraries property
2007-03-15 14:41:53 +00:00
Oliver Bolte
f686414bf4 INTEGRATION: CWS jl57 (1.20.50); FILE MERGED
2007/02/08 13:15:02 jl 1.20.50.1: #i73475# build breaks with gcc3
2007-03-14 12:11:50 +00:00
Kurt Zenker
e96fe875d6 INTEGRATION: CWS aw043_SRC680 (1.11.42); FILE MERGED
2007/01/31 14:02:18 aw 1.11.42.1: #i73602# use DrawImress's own flag from configuration to decide if to use OverlayBuffer or not
2007-02-12 13:32:54 +00:00
Kurt Zenker
7404f20485 INTEGRATION: CWS aw043_SRC680 (1.56.40); FILE MERGED
2007/01/31 14:02:18 aw 1.56.40.1: #i73602# use DrawImress's own flag from configuration to decide if to use OverlayBuffer or not
2007-02-12 13:32:41 +00:00
Kurt Zenker
00c05c2070 INTEGRATION: CWS impress117_SRC680 (1.71.48); FILE MERGED
2007/02/06 14:11:46 cl 1.71.48.1: #i74213# check SdrPageView for null
2007-02-12 13:31:47 +00:00
Kurt Zenker
8883ace757 INTEGRATION: CWS impress117_SRC680 (1.45.18.1.4); FILE MERGED
2007/02/06 14:08:29 cl 1.45.18.1.4.1: #i74213# do not hide page on view if it is not currently visible
2007-02-12 13:31:33 +00:00
Vladimir Glazounov
7c47697bf2 INTEGRATION: CWS ause074 (1.17.244); FILE MERGED
2007/02/01 11:41:13 hjs 1.17.244.1: #i74024#,#i73801# remove obsolete include
2007-02-06 12:15:38 +00:00
Vladimir Glazounov
8409a9820f INTEGRATION: CWS ause074 (1.9.204); FILE MERGED
2007/02/01 11:41:12 hjs 1.9.204.1: #i74024#,#i73801# remove obsolete include
2007-02-06 12:15:27 +00:00
Vladimir Glazounov
13a4461f71 INTEGRATION: CWS ause074 (1.7.204); FILE MERGED
2007/02/01 11:41:12 hjs 1.7.204.1: #i74024#,#i73801# remove obsolete include
2007-02-06 12:15:15 +00:00
Vladimir Glazounov
d22c998fd5 INTEGRATION: CWS ause074 (1.6.342); FILE MERGED
2007/02/01 11:41:12 hjs 1.6.342.1: #i74024#,#i73801# remove obsolete include
2007-02-06 12:15:05 +00:00
Vladimir Glazounov
b875915c63 INTEGRATION: CWS ause074 (1.6.376); FILE MERGED
2007/02/01 11:41:11 hjs 1.6.376.1: #i74024#,#i73801# remove obsolete include
2007-02-06 12:14:53 +00:00
Vladimir Glazounov
de9bd06693 INTEGRATION: CWS ause074 (1.3.376); FILE MERGED
2007/02/01 11:41:11 hjs 1.3.376.1: #i74024#,#i73801# remove obsolete include
2007-02-06 12:14:42 +00:00
Vladimir Glazounov
9ade13267c INTEGRATION: CWS ause074 (1.6.376); FILE MERGED
2007/02/01 11:41:10 hjs 1.6.376.1: #i74024#,#i73801# remove obsolete include
2007-02-06 12:14:20 +00:00
Vladimir Glazounov
a8bb1939b8 INTEGRATION: CWS ause074 (1.5.158); FILE MERGED
2007/02/01 11:41:10 hjs 1.5.158.1: #i74024#,#i73801# remove obsolete include
2007-02-06 12:14:08 +00:00