summaryrefslogtreecommitdiffstats
path: root/testautomation/writer/tools
diff options
context:
space:
mode:
authorfredrikh <fredrikh@openoffice.org>2008-06-18 07:49:36 +0000
committerfredrikh <fredrikh@openoffice.org>2008-06-18 07:49:36 +0000
commite1cf89a91bcc7bb6c72a817d8965ed15c25d3a73 (patch)
treeaa6cbcdfbe38a0911c6c0705fb8925e11b8afe3c /testautomation/writer/tools
parentAdding Optional-Files (diff)
downloadcore-e1cf89a91bcc7bb6c72a817d8965ed15c25d3a73.tar.gz
core-e1cf89a91bcc7bb6c72a817d8965ed15c25d3a73.zip
Adding tools-Files
Diffstat (limited to 'testautomation/writer/tools')
-rwxr-xr-xtestautomation/writer/tools/w_get_locale_strings.bas56
1 files changed, 56 insertions, 0 deletions
diff --git a/testautomation/writer/tools/w_get_locale_strings.bas b/testautomation/writer/tools/w_get_locale_strings.bas
new file mode 100755
index 000000000000..e49889e8789a
--- /dev/null
+++ b/testautomation/writer/tools/w_get_locale_strings.bas
@@ -0,0 +1,56 @@
+'encoding UTF-8 Do not remove or change this line!
+'**************************************************************************
+'* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+'*
+'* Copyright 2008 by Sun Microsystems, Inc.
+'*
+'* OpenOffice.org - a multi-platform office productivity suite
+'*
+'* $RCSfile: w_get_locale_strings.bas,v $
+'*
+'* $Revision: 1.1 $
+'*
+'* last change: $Author: fredrikh $ $Date: 2008-06-18 08:49:36 $
+'*
+'* This file is part of OpenOffice.org.
+'*
+'* OpenOffice.org is free software: you can redistribute it and/or modify
+'* it under the terms of the GNU Lesser General Public License version 3
+'* only, as published by the Free Software Foundation.
+'*
+'* OpenOffice.org is distributed in the hope that it will be useful,
+'* but WITHOUT ANY WARRANTY; without even the implied warranty of
+'* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+'* GNU Lesser General Public License version 3 for more details
+'* (a copy is included in the LICENSE file that accompanied this code).
+'*
+'* You should have received a copy of the GNU Lesser General Public License
+'* version 3 along with OpenOffice.org. If not, see
+'* <http://www.openoffice.org/license.html>
+'* for a copy of the LGPLv3 License.
+'*
+'/************************************************************************
+'*
+'* owner : fredrik.haegg@sun.com
+'*
+'* short description : Get Locale Strings for Writer Level1-Test
+'*
+'\***********************************************************************
+
+
+sub main
+ use "writer\tools\includes\w_tools.inc"
+ use "writer\tools\includes\w_get_locale_strings.inc"
+
+ Call w_get_locale_strings
+
+end sub
+
+
+
+sub LoadIncludeFiles
+ use "global\system\includes\master.inc"
+ use "global\system\includes\gvariabl.inc"
+ Call GetUseFiles
+ gApplication = "Writer"
+end sub