summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Seidel <mseidel@apache.org>2019-02-12 10:40:56 +0000
committerMatthias Seidel <mseidel@apache.org>2019-02-12 10:40:56 +0000
commitaf053aa10a25381ca98b79134e98047e0bb36ed6 (patch)
tree94eadb59becda1c3c74cce7b9debcc536bff7150
parent0feda93d32f102aa538b4ff0cb6889c73e494d1b (diff)
Removed whitespace, added vim modeline
Notes
Notes: ignore: obsolete
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/makefile.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk b/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
index f1b446db9b43..d7c5fd604a87 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
+++ b/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,12 +26,11 @@ 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 \
@@ -72,5 +71,6 @@ XCUFILES= \
Factories.xcu \
GlobalSettings.xcu
-.INCLUDE : target.mk
+.INCLUDE : target.mk
+# vim: set noet ts=4 sw=4: