From 8362bf63dea22bbf6736609b0f49c152f975eb63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 20 Jan 2010 01:29:50 +0000 Subject: Added old abandoned KDE3 version of koffice git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kword/data/Makefile.am | 2 + kword/data/framestyles.xml | 108 ++++++++++++++++++++++++++++++++++++++++++ kword/data/tablestyles.xml | 53 +++++++++++++++++++++ kword/data/tabletemplates.xml | 62 ++++++++++++++++++++++++ 4 files changed, 225 insertions(+) create mode 100644 kword/data/Makefile.am create mode 100644 kword/data/framestyles.xml create mode 100644 kword/data/tablestyles.xml create mode 100644 kword/data/tabletemplates.xml (limited to 'kword/data') diff --git a/kword/data/Makefile.am b/kword/data/Makefile.am new file mode 100644 index 00000000..ef0cfd82 --- /dev/null +++ b/kword/data/Makefile.am @@ -0,0 +1,2 @@ +kworddir = $(kde_datadir)/kword +kword_DATA = framestyles.xml tablestyles.xml tabletemplates.xml diff --git a/kword/data/framestyles.xml b/kword/data/framestyles.xml new file mode 100644 index 00000000..f194b21c --- /dev/null +++ b/kword/data/framestyles.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kword/data/tablestyles.xml b/kword/data/tablestyles.xml new file mode 100644 index 00000000..84d2258b --- /dev/null +++ b/kword/data/tablestyles.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kword/data/tabletemplates.xml b/kword/data/tabletemplates.xml new file mode 100644 index 00000000..e90666ee --- /dev/null +++ b/kword/data/tabletemplates.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1