diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | scp2/source/python/file_python.scp | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 03de4cbc7ba6..3ef23ed4d95d 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,7 @@ /bin/repo-list /src.downloaded /ooo.lst +/instsetoo_native/* # misc /set_soenv.last @@ -56,6 +57,7 @@ /ID /tags /docs +/autogen.save /*/*.exe diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 3a3a807ce62b..1b70d73cf827 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -1,7 +1,7 @@ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * + * * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite @@ -107,7 +107,7 @@ End //Scripting Framework Python example scripts File gid_File_Scripts_Python - TXT_FILE_BODY; + TXT_FILE_BODY; Styles = (ARCHIVE); Dir = gid_Dir_Share_Scripts; Name = "ScriptsPython.zip"; |