summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2011-11-02 18:24:33 +0100
committerRene Engelhard <rene@debian.org>2011-11-02 18:24:51 +0100
commitca7e6f5cabfeaa82aa4479b8aa1151c26d903993 (patch)
treeaa58a355d217840a9130a1a2839ccdf8e54dcfad
parent72682b9ac937472b9c48c8a9be70be902ff645e8 (diff)
remove bogus dictionaries/pt_PT/dictionaries.xcu.bak windows_build_successful_2011_11_08
-rw-r--r--dictionaries/pt_PT/dictionaries.xcu.bak44
1 files changed, 0 insertions, 44 deletions
diff --git a/dictionaries/pt_PT/dictionaries.xcu.bak b/dictionaries/pt_PT/dictionaries.xcu.bak
deleted file mode 100644
index 0979975..0000000
--- a/dictionaries/pt_PT/dictionaries.xcu.bak
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office">
- <node oor:name="ServiceManager">
- <node oor:name="Dictionaries">
- <node oor:name="HunSpellDic_pt_PT" oor:op="fuse">
- <prop oor:name="Locations" oor:type="oor:string-list">
- <value>%origin%/dictionaries/pt_PT.aff %origin%/dictionaries/pt_PT.dic</value>
- </prop>
- <prop oor:name="Format" oor:type="xs:string">
- <value>DICT_SPELL</value>
- </prop>
- <prop oor:name="Locales" oor:type="oor:string-list">
- <value>pt-PT</value>
- </prop>
- </node>
-
- <node oor:name="HyphDic_pt_PT" oor:op="fuse">
- <prop oor:name="Locations" oor:type="oor:string-list">
- <value>%origin%/dictionaries/hyph_pt_PT.dic</value>
- </prop>
- <prop oor:name="Format" oor:type="xs:string">
- <value>DICT_HYPH</value>
- </prop>
- <prop oor:name="Locales" oor:type="oor:string-list">
- <value>pt-PT</value>
- </prop>
- </node>
-
- <node oor:name="ThesDic_pt_PT" oor:op="fuse">
- <prop oor:name="Locations" oor:type="oor:string-list">
- <value>%origin%/dictionaries/th_pt_PT_v2.dat %origin%/dictionaries/th_pt_PT_v2.idx</value>
- </prop>
- <prop oor:name="Format" oor:type="xs:string">
- <value>DICT_THES</value>
- </prop>
- <prop oor:name="Locales" oor:type="oor:string-list">
- <value>pt-PT</value>
- </prop>
- </node>
- </node>
- </node>
-</oor:component-data>
-
-
ibreoffice-24-2-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/mtvcellfunc.hxx
AgeCommit message (Collapse)Author
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida
This reduces the total time required for populating the pivot cache by ~60%. Change-Id: I6a8511959c20231a8a5dbd0b0a9a3d0930a1fa0c Reviewed-on: https://gerrit.libreoffice.org/37971 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2016-04-22Avoid reserved identifiersStephan Bergmann
Change-Id: I782784f34975d708fdf179d098ce6654aad7a976
2015-10-01loplugin:unusedmethodsNoel Grandin
- improvements to the plugin to find more method calls - improvements to python script to remove more false+ - fix the FORCE_COMPILE_ALL build flag to include code in the $WORKDIR Change-Id: I4d6015dcb9b9d60c26f0bcee8abad807177a7836 Reviewed-on: https://gerrit.libreoffice.org/19064 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-04-19fixincludeguards.sh: scThomas Arnhold
sorry, huge one...
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida
Also with this commit, the signature of SvtListener::Notify() changes, by dropping the first argument which nobody uses. This change was necessary in order to call it directly without needing to pass any broadcaster instance. Change-Id: I6a1e97f0fb1e070d1d8f7db614690b04c9e8024e