diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 04766b207afba7961d4d802313e426f5a2fbef63 (patch) | |
tree | c888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /kspread/OASIS.txt | |
parent | b6edfe41c9395f2e20784cbf0e630af6426950a3 (diff) | |
download | koffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kspread/OASIS.txt')
-rw-r--r-- | kspread/OASIS.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kspread/OASIS.txt b/kspread/OASIS.txt index d0dfb9d5..2eb878c8 100644 --- a/kspread/OASIS.txt +++ b/kspread/OASIS.txt @@ -156,29 +156,29 @@ Merged cells <table:covered-table-cell table:style-name="ce3"/> Cell horizontal tqalignment: top - <style:style style:name="ce1" style:family="table-cell" style:tqparent-style-name="Default"> + <style:style style:name="ce1" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties style:vertical-align="top"/> </style:style> Cell horizontal tqalignment: middle - <style:style style:name="ce2" style:family="table-cell" style:tqparent-style-name="Default"> + <style:style style:name="ce2" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties style:vertical-align="middle"/> </style:style> Cell horizontal tqalignment: bottom - <style:style style:name="ce3" style:family="table-cell" style:tqparent-style-name="Default"> + <style:style style:name="ce3" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties style:vertical-align="bottom"/> </style:style> Cell vertical tqalignment: top - <style:style style:name="ce5" style:family="table-cell" style:tqparent-style-name="Default"> + <style:style style:name="ce5" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties fo:text-align="center" style:text-align-source="fix" style:repeat-content="none" fo:margin-left="0in" style:vertical-align="top"/> </style:style> Cell vertical tqalignment: middle - <style:style style:name="ce6" style:family="table-cell" style:tqparent-style-name="Default"> + <style:style style:name="ce6" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties fo:text-align="center" style:text-align-source="fix" style:repeat-content="none" fo:margin-left="0in" style:vertical-align="middle"/> @@ -186,13 +186,13 @@ Cell vertical tqalignment: middle Cell vertical tqalignment: bottom - <style:style style:name="ce7" style:family="table-cell" style:tqparent-style-name="Default"> + <style:style style:name="ce7" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties fo:text-align="center" style:text-align-source="fix" style:repeat-content="none" fo:margin-left="0in" style:vertical-align="bottom"/> </style:style> - <style:style style:name="Heading" style:family="table-cell" style:tqparent-style-name="Default"> + <style:style style:name="Heading" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/> <style:paragraph-properties fo:text-align="center"/> <style:text-properties fo:font-size="16pt" fo:font-style="italic" fo:font-weight="bold"/> @@ -200,7 +200,7 @@ Cell vertical tqalignment: bottom Unprotected cell - <style:style style:name="ce1" style:family="table-cell" style:tqparent-style-name="Default"> + <style:style style:name="ce1" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties style:cell-protect="none" style:print-content="true"/> </style:style> |