From 10f4e767f004dc464a244618fc611bc700c6cb74 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 23 Oct 2012 18:58:35 +0200 Subject: gbuild: let ExtensionTarget expect manifest below META-INF Change-Id: Ia07d3fd856578ab6976c02f8a0ec96273db19a2c --- .../src/com/sun/star/comp/Calc/NLPSolver/META-INF/manifest.xml | 9 +++++++++ nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/manifest.xml | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/META-INF/manifest.xml delete mode 100644 nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/manifest.xml (limited to 'nlpsolver/src/com') diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/META-INF/manifest.xml b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/META-INF/manifest.xml new file mode 100644 index 000000000000..0867cdd961e4 --- /dev/null +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/META-INF/manifest.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/manifest.xml b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/manifest.xml deleted file mode 100644 index 0867cdd961e4..000000000000 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/manifest.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - \ No newline at end of file -- cgit ght LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
and) span class='decoration'>
AgeCommit message (Expand)Author
Author
Bogdan B
2022-09-05tdf#97361 replace getCellByPosition with access by subscriptChenxiong Qi
2022-09-05tdf#97361 replace getCellRangeByPosition with slicesChenxiong Qi