summaryrefslogtreecommitdiff
path: root/testautomation/global/tools/includes/required/t_files.inc
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-03-01 09:57:25 +0100
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-03-01 09:57:25 +0100
commitc64252acb157aa248b7188661014def86e9d8be3 (patch)
treed807f48ba02a294b71902532bc52c56d35865d34 /testautomation/global/tools/includes/required/t_files.inc
parent746e40deb20031255f85d847b15eedb0df847fd3 (diff)
vitomation01: #i109696 - Removed unused function IsItSaved
Diffstat (limited to 'testautomation/global/tools/includes/required/t_files.inc')
-rwxr-xr-xtestautomation/global/tools/includes/required/t_files.inc25
1 files changed, 0 insertions, 25 deletions
diff --git a/testautomation/global/tools/includes/required/t_files.inc b/testautomation/global/tools/includes/required/t_files.inc
index ffcc0d4045df..c425b7ffe752 100755
--- a/testautomation/global/tools/includes/required/t_files.inc
+++ b/testautomation/global/tools/includes/required/t_files.inc
@@ -152,31 +152,6 @@ end function
'
'-------------------------------------------------------------------------------
'
-function IsItSaved as boolean
- '/// IsItSaved
- '/// Wait until document is saved.
- Dim iLoop as integer
-
- IsItSaved = FALSE
- sleep(3)
- for iLoop =1 to 20
- try
- 'Calling slot 'IsDocSaving'
- IsItSaved = IsDocSaving
- catch
- IsItSaved = FALSE
- endcatch
-
- if IsItSaved = TRUE then
- exit for
- end if
- sleep(1)
- next iLoop
- sleep(2)
-end function
-'
-'-------------------------------------------------------------------------------
-'
function IsItLoaded as boolean
'/// IsItLoaded
'/// Wait until document is loaded