You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2023/02/19 17:16:10 UTC

[openoffice] 01/02: Removed whitespace, added vim modeline

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git

commit ffa2202c165ac6f5e9d0adf1fd271ff29d7f745c
Author: mseidel <ms...@unknown>
AuthorDate: Tue Feb 12 10:40:56 2019 +0000

    Removed whitespace, added vim modeline
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1853426 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 599b0412829149eb0ffd746342b1cd73624509cb)
---
 .../data/org/openoffice/Office/UI/makefile.mk      | 80 +++++++++++-----------
 1 file changed, 40 insertions(+), 40 deletions(-)

diff --git a/main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk b/main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
index 675db31463..58599066d0 100644
--- a/main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
+++ b/main/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,16 +7,16 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
 
@@ -26,51 +26,51 @@ PRJNAME=officecfg
 TARGET=data_ooOUI
 PACKAGE=org.openoffice.Office.UI
 
-.INCLUDE :  settings.mk
-.INCLUDE :  $(PRJ)$/util$/makefile.pmk
+.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
 
 # --- Targets ------------------------------------------------------
 
-
 LOCALIZEDFILES= \
-    BasicIDECommands.xcu \
-    BibliographyCommands.xcu \
-    CalcCommands.xcu \
-    ChartCommands.xcu \
-    ChartWindowState.xcu \
-    DbuCommands.xcu \
-    BaseWindowState.xcu \
-    WriterFormWindowState.xcu \
-    WriterReportWindowState.xcu \
-    DbQueryWindowState.xcu \
-    DbTableWindowState.xcu \
-    DbRelationWindowState.xcu \
-    DbBrowserWindowState.xcu \
-    DbTableDataWindowState.xcu \
-    DrawImpressCommands.xcu \
-    Effects.xcu \
-    GenericCommands.xcu \
-    MathCommands.xcu \
-    StartModuleCommands.xcu \
-    BasicIDEWindowState.xcu \
-    CalcWindowState.xcu \
-    DrawWindowState.xcu \
-    ImpressWindowState.xcu \
-    MathWindowState.xcu \
-    StartModuleWindowState.xcu \
-    WriterWindowState.xcu \
-    XFormsWindowState.xcu \
-    WriterGlobalWindowState.xcu \
-    WriterWebWindowState.xcu \
-    WriterCommands.xcu\
-    GenericCategories.xcu\
+	BasicIDECommands.xcu \
+	BibliographyCommands.xcu \
+	CalcCommands.xcu \
+	ChartCommands.xcu \
+	ChartWindowState.xcu \
+	DbuCommands.xcu \
+	BaseWindowState.xcu \
+	WriterFormWindowState.xcu \
+	WriterReportWindowState.xcu \
+	DbQueryWindowState.xcu \
+	DbTableWindowState.xcu \
+	DbRelationWindowState.xcu \
+	DbBrowserWindowState.xcu \
+	DbTableDataWindowState.xcu \
+	DrawImpressCommands.xcu \
+	Effects.xcu \
+	GenericCommands.xcu \
+	MathCommands.xcu \
+	StartModuleCommands.xcu \
+	BasicIDEWindowState.xcu \
+	CalcWindowState.xcu \
+	DrawWindowState.xcu \
+	ImpressWindowState.xcu \
+	MathWindowState.xcu \
+	StartModuleWindowState.xcu \
+	WriterWindowState.xcu \
+	XFormsWindowState.xcu \
+	WriterGlobalWindowState.xcu \
+	WriterWebWindowState.xcu \
+	WriterCommands.xcu\
+	GenericCategories.xcu\
 	Sidebar.xcu
 
 XCUFILES= \
-    $(LOCALIZEDFILES) \
+	$(LOCALIZEDFILES) \
 	Controller.xcu \
 	Factories.xcu \
 	GlobalSettings.xcu
 
-.INCLUDE :  target.mk
+.INCLUDE : target.mk
 
+# vim: set noet ts=4 sw=4: