[Libreoffice-commits] core.git: scp2/source

Fridrich Å trba fridrich.strba at bluewin.ch
Wed Jul 24 09:56:05 PDT 2013


 scp2/source/base/folderitem_base.scp       |    4 ++--
 scp2/source/calc/folderitem_calc.scp       |    4 ++--
 scp2/source/draw/folderitem_draw.scp       |    4 ++--
 scp2/source/impress/folderitem_impress.scp |    4 ++--
 scp2/source/ooo/folderitem_ooo.scp         |    8 ++++----
 scp2/source/writer/folderitem_writer.scp   |    4 ++--
 6 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 6205c58e262e9b82e815855199de462775fcd35b
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Wed Jul 24 18:55:22 2013 +0200

    Hopefully the last installement of my perl saga
    
    Change-Id: I2d437062e3ce468591621e7323cacb13789edf06

diff --git a/scp2/source/base/folderitem_base.scp b/scp2/source/base/folderitem_base.scp
index 46901d0..1cc5b3f 100644
--- a/scp2/source/base/folderitem_base.scp
+++ b/scp2/source/base/folderitem_base.scp
@@ -33,7 +33,7 @@ End
 
 FolderItemProperty git_Folderitem_Sbase_AppIDProperty
     ShortcutID = gid_Folderitem_Sbase;
-    Key = "System.AppUserModel.ID"
-    Value = "TheDocumentFoundation.LibreOffice.Base"
+    Key = "System.AppUserModel.ID";
+    Value = "TheDocumentFoundation.LibreOffice.Base";
 End
 #endif
diff --git a/scp2/source/calc/folderitem_calc.scp b/scp2/source/calc/folderitem_calc.scp
index 67fbaa8..fcf4518 100644
--- a/scp2/source/calc/folderitem_calc.scp
+++ b/scp2/source/calc/folderitem_calc.scp
@@ -33,7 +33,7 @@ End
 
 FolderItemProperty git_Folderitem_Scalc_AppIDProperty
     ShortcutID = gid_Folderitem_Scalc;
-    Key = "System.AppUserModel.ID"
-    Value = "TheDocumentFoundation.LibreOffice.Calc"
+    Key = "System.AppUserModel.ID";
+    Value = "TheDocumentFoundation.LibreOffice.Calc";
 End
 #endif
diff --git a/scp2/source/draw/folderitem_draw.scp b/scp2/source/draw/folderitem_draw.scp
index e6999b8..be67511 100644
--- a/scp2/source/draw/folderitem_draw.scp
+++ b/scp2/source/draw/folderitem_draw.scp
@@ -33,7 +33,7 @@ End
 
 FolderItemProperty git_Folderitem_Sdraw_AppIDProperty
     ShortcutID = gid_Folderitem_Sdraw;
-    Key = "System.AppUserModel.ID"
-    Value = "TheDocumentFoundation.LibreOffice.Draw"
+    Key = "System.AppUserModel.ID";
+    Value = "TheDocumentFoundation.LibreOffice.Draw";
 End
 #endif
diff --git a/scp2/source/impress/folderitem_impress.scp b/scp2/source/impress/folderitem_impress.scp
index eac86be..1f787e4 100644
--- a/scp2/source/impress/folderitem_impress.scp
+++ b/scp2/source/impress/folderitem_impress.scp
@@ -33,7 +33,7 @@ End
 
 FolderItemProperty git_Folderitem_Simpress_AppIDProperty
     ShortcutID = gid_Folderitem_Simpress;
-    Key = "System.AppUserModel.ID"
-    Value = "TheDocumentFoundation.LibreOffice.Impress"
+    Key = "System.AppUserModel.ID";
+    Value = "TheDocumentFoundation.LibreOffice.Impress";
 End
 #endif
diff --git a/scp2/source/ooo/folderitem_ooo.scp b/scp2/source/ooo/folderitem_ooo.scp
index 3ac0726..c9b24c1 100644
--- a/scp2/source/ooo/folderitem_ooo.scp
+++ b/scp2/source/ooo/folderitem_ooo.scp
@@ -37,8 +37,8 @@ End
 
 FolderItemProperty git_Folderitem_LibreOffice_AppIDProperty
     ShortcutID = gid_Folderitem_LibreOffice;
-    Key = "System.AppUserModel.ID"
-    Value = "TheDocumentFoundation.LibreOffice.Startcenter"
+    Key = "System.AppUserModel.ID";
+    Value = "TheDocumentFoundation.LibreOffice.Startcenter";
 End
 
 FolderItem gid_Folderitem_Soffice_Desktop
@@ -61,6 +61,6 @@ End
 
 FolderItemProperty git_Folderitem_Soffice_Desktop_AppIDProperty
     ShortcutID = gid_Folderitem_Soffice_Desktop;
-    Key = "System.AppUserModel.ID"
-    Value = "TheDocumentFoundation.LibreOffice.Startcenter"
+    Key = "System.AppUserModel.ID";
+    Value = "TheDocumentFoundation.LibreOffice.Startcenter";
 End
diff --git a/scp2/source/writer/folderitem_writer.scp b/scp2/source/writer/folderitem_writer.scp
index 85e764b..47ce8ec 100644
--- a/scp2/source/writer/folderitem_writer.scp
+++ b/scp2/source/writer/folderitem_writer.scp
@@ -33,7 +33,7 @@ End
 
 FolderItemProperty git_Folderitem_Swriter_AppIDProperty
     ShortcutID = gid_Folderitem_Swriter;
-    Key = "System.AppUserModel.ID"
-    Value = "TheDocumentFoundation.LibreOffice.Writer"
+    Key = "System.AppUserModel.ID";
+    Value = "TheDocumentFoundation.LibreOffice.Writer";
 End
 #endif


More information about the Libreoffice-commits mailing list