summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-16 14:34:45 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-16 14:34:45 +0000
commit86c0f456b08b6d6a1a6509507755463217178c44 (patch)
treec6ed3091ec1da577d9abfcfd75c7ea9a3c1c515c /officecfg
parent3e1da817232eda08c5ad6a55a16f9566032de2dd (diff)
INTEGRATION: CWS fwkdbdesign01 (1.13.106); FILE MERGED
2007/03/06 08:43:24 fs 1.13.106.3: #i75146# XFormsWindowState 2007/03/05 08:51:03 fs 1.13.106.2: #i74951# WriterReportWindowState 2007/03/03 15:15:15 fs 1.13.106.1: #i74951# +WriterFormWindowState
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/makefile.mk45
1 files changed, 11 insertions, 34 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk b/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
index 809d0217d089..8051d140dada 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
+++ b/officecfg/registry/data/org/openoffice/Office/UI/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.13 $
+# $Revision: 1.14 $
#
-# last change: $Author: obo $ $Date: 2006-09-15 13:59:41 $
+# last change: $Author: ihi $ $Date: 2007-04-16 15:34:45 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -44,38 +44,6 @@ PACKAGE=org.openoffice.Office.UI
# --- Targets ------------------------------------------------------
-XCUFILES= \
- Controller.xcu \
- Factories.xcu \
- BasicIDECommands.xcu \
- BibliographyCommands.xcu \
- CalcCommands.xcu \
- ChartCommands.xcu \
- ChartWindowState.xcu \
- DbuCommands.xcu \
- BaseWindowState.xcu \
- DbQueryWindowState.xcu \
- DbTableWindowState.xcu \
- DbRelationWindowState.xcu \
- DbBrowserWindowState.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 \
- WriterGlobalWindowState.xcu \
- WriterWebWindowState.xcu \
- WriterCommands.xcu\
- GenericCategories.xcu \
- GlobalSettings.xcu
-
LOCALIZEDFILES= \
BasicIDECommands.xcu \
BibliographyCommands.xcu \
@@ -84,6 +52,8 @@ LOCALIZEDFILES= \
ChartWindowState.xcu \
DbuCommands.xcu \
BaseWindowState.xcu \
+ WriterFormWindowState.xcu \
+ WriterReportWindowState.xcu \
DbQueryWindowState.xcu \
DbTableWindowState.xcu \
DbRelationWindowState.xcu \
@@ -100,10 +70,17 @@ LOCALIZEDFILES= \
MathWindowState.xcu \
StartModuleWindowState.xcu \
WriterWindowState.xcu \
+ XFormsWindowState.xcu \
WriterGlobalWindowState.xcu \
WriterWebWindowState.xcu \
WriterCommands.xcu\
GenericCategories.xcu
+XCUFILES= \
+ $(LOCALIZEDFILES) \
+ Controller.xcu \
+ Factories.xcu \
+ GlobalSettings.xcu
+
.INCLUDE : target.mk