History log of /trunk/ (Results 2876 - 2900 of 8532)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d48bb17823-Jan-2017 Pedro Giffuni

Update Hunspell to version 1.3.3 (minor)

This is the last version available on sourceforge, new versions are
available through github.

Main changes are:

2014-06-02: Hun

Update Hunspell to version 1.3.3 (minor)

This is the last version available on sourceforge, new versions are
available through github.

Main changes are:

2014-06-02: Hunspell 1.3.3 release:
- OpenDocument (ODF and Flat ODF) support (ODF needs unzip program)
- various bug fixes



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779997 13f79535-47bb-0310-9956-ffa450edef68

show more ...

98cd5c2a23-Jan-2017 Pedro Giffuni

lingucomponent: remove unused header from hunspell.

According to opengrok, we are not using DictMgr so the header is not
needed. The header has been removed in newer versions of hunspell

lingucomponent: remove unused header from hunspell.

According to opengrok, we are not using DictMgr so the header is not
needed. The header has been removed in newer versions of hunspell
altogether.

Obtained from: FreeBSD


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779875 13f79535-47bb-0310-9956-ffa450edef68

show more ...

64c5c8b722-Jan-2017 Damjan Jovanovic

Don't use the "archive" package format, which is to be extrated by
smoketest as a side effect, for the subsequent tests. The smoketest
is currently broken and won't do that, and the path is w

Don't use the "archive" package format, which is to be extrated by
smoketest as a side effect, for the subsequent tests. The smoketest
is currently broken and won't do that, and the path is wrong anyway,
as it was for OpenOffice 3 and we're now on 4.

Instead, use the office instance from the "installed" package format
for subsequent tests, as it doesn't have to zipped up and unzipped,
resulting in faster building and faster testing, and doesn't require
a side effect in a module that will probably be moved from main/
to test/.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779838 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7f9adc5922-Jan-2017 Damjan Jovanovic

Pass "-encoding UTF8" to javac, as some Java sources, particularly those
used in subsequent tests, contain special characters that are encoded
in UTF-8, and fail to compile without this optio

Pass "-encoding UTF8" to javac, as some Java sources, particularly those
used in subsequent tests, contain special characters that are encoded
in UTF-8, and fail to compile without this option.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779780 13f79535-47bb-0310-9956-ffa450edef68

show more ...

59dbe8f621-Jan-2017 Pedro Giffuni

Yet another weirdness found with clang 4.0.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779758 13f79535-47bb-0310-9956-ffa450edef68

9b3da91521-Jan-2017 Damjan Jovanovic

Correlate the Perl modules tested for in bulk with the Perl modules
tested for individually to be reported as missing, so that those
reported as missing are correct.

Patch by: me

Correlate the Perl modules tested for in bulk with the Perl modules
tested for individually to be reported as missing, so that those
reported as missing are correct.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779713 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3fc1b11a21-Jan-2017 Pedro Giffuni

Replace nullptr with NULL.

It appears [1] that MSVC 8 doesn't support nullptr so we are tied to
the older ages. Pre-existing code does have NULL.

[1]
https://en.wikipedia.or

Replace nullptr with NULL.

It appears [1] that MSVC 8 doesn't support nullptr so we are tied to
the older ages. Pre-existing code does have NULL.

[1]
https://en.wikipedia.org/wiki/Visual_C%2B%2B


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779695 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b50ca36621-Jan-2017 Damjan Jovanovic

Add a main/sd subsequent test that wasn't hooked into the build.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779693 13f79535-47bb-0310-9956-ffa4

Add a main/sd subsequent test that wasn't hooked into the build.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779693 13f79535-47bb-0310-9956-ffa450edef68

show more ...

eec91efc20-Jan-2017 Pedro Giffuni

Fix mismatches found by Clang-4.0.

Reported on FreeBSD's bugzilla [1].
Unfortunately it is likely more issues remain.

[1]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=2

Fix mismatches found by Clang-4.0.

Reported on FreeBSD's bugzilla [1].
Unfortunately it is likely more issues remain.

[1]
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216206


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779672 13f79535-47bb-0310-9956-ffa450edef68

show more ...

98e4ac8119-Jan-2017 Damjan Jovanovic

Fix a configure.ac problem with hamcrest detection.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779413 13f79535-47bb-0310-9956-ffa450edef68

c2052ed218-Jan-2017 Damjan Jovanovic

Fix a main/sw subsequent test. The BackColor of a page style is irrelevant
since we only want to test changing it, and it only seems to have meaning
when the FillStyle is color, which it isn'

Fix a main/sw subsequent test. The BackColor of a page style is irrelevant
since we only want to test changing it, and it only seems to have meaning
when the FillStyle is color, which it isn't.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779382 13f79535-47bb-0310-9956-ffa450edef68

show more ...

947c15fc18-Jan-2017 Damjan Jovanovic

Add a ./configure option for Hamcrest once again, this time optional,
so that newer versions of JUnit can work.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/op

Add a ./configure option for Hamcrest once again, this time optional,
so that newer versions of JUnit can work.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779381 13f79535-47bb-0310-9956-ffa450edef68

show more ...

42fae95518-Jan-2017 damjan

Fix a main/sc JunitTest typo.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779290 13f79535-47bb-0310-9956-ffa450edef68

be9e621a18-Jan-2017 damjan

Resurrect main/test, which was deleted by liuzhe in r1378870, probably
by accident, and which we need for test.jar and test-tools.jar for
subsequent tests.

I am only bringing back th

Resurrect main/test, which was deleted by liuzhe in r1378870, probably
by accident, and which we need for test.jar and test-tools.jar for
subsequent tests.

I am only bringing back the prj, inc and source subdirectories, as the
others are unnecessary.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779287 13f79535-47bb-0310-9956-ffa450edef68

show more ...


main/postprocess/prj/build.lst
main/test/inc/makefile.mk
main/test/inc/pch/precompiled_test.cxx
main/test/inc/pch/precompiled_test.hxx
main/test/inc/test/detail/testdllapi.hxx
main/test/inc/test/gettestargument.hxx
main/test/inc/test/officeconnection.hxx
main/test/inc/test/oustringostreaminserter.hxx
main/test/inc/test/toabsolutefileurl.hxx
main/test/inc/test/uniquepipename.hxx
main/test/prj/build.lst
main/test/prj/d.lst
main/test/source/cpp/getargument.cxx
main/test/source/cpp/getargument.hxx
main/test/source/cpp/gettestargument.cxx
main/test/source/cpp/makefile.mk
main/test/source/cpp/officeconnection.cxx
main/test/source/cpp/toabsolutefileurl.cxx
main/test/source/cpp/uniquepipename.cxx
main/test/source/cpp/unoexceptionprotector/makefile.mk
main/test/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx
main/test/source/java/org/openoffice/test/Argument.java
main/test/source/java/org/openoffice/test/FileHelper.java
main/test/source/java/org/openoffice/test/OfficeConnection.java
main/test/source/java/org/openoffice/test/OfficeFileUrl.java
main/test/source/java/org/openoffice/test/TestArgument.java
main/test/source/java/org/openoffice/test/makefile.mk
main/test/source/java/org/openoffice/test/tools/DocumentType.java
main/test/source/java/org/openoffice/test/tools/OfficeDocument.java
main/test/source/java/org/openoffice/test/tools/OfficeDocumentView.java
main/test/source/java/org/openoffice/test/tools/SpreadsheetDocument.java
main/test/source/java/org/openoffice/test/tools/SpreadsheetView.java
main/test/source/java/org/openoffice/test/tools/makefile.mk
7442916817-Jan-2017 damjan

Some gbuild fixes discovered during an audit compared to dmake.
Delete an unnecessary file in main/automation.
Disable exception handling for 2 files in main/avmedia.

Patch by: me

Some gbuild fixes discovered during an audit compared to dmake.
Delete an unnecessary file in main/automation.
Disable exception handling for 2 files in main/avmedia.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779227 13f79535-47bb-0310-9956-ffa450edef68

show more ...

91c47f8217-Jan-2017 damjan

Make main/cosv's prj/build.lst more suitable for automated analysis.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779226 13f79535-47bb-0310-

Make main/cosv's prj/build.lst more suitable for automated analysis.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779226 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3d8ff95117-Jan-2017 pfg

KDE: Add the KDE path to KDE_LIBS instead of adding it to SOLARLIB.

Just a small cleanup hinted by the kde4enable branch.


git-svn-id: https://svn.apache.org/repos/asf/openoffic

KDE: Add the KDE path to KDE_LIBS instead of adding it to SOLARLIB.

Just a small cleanup hinted by the kde4enable branch.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779124 13f79535-47bb-0310-9956-ffa450edef68

show more ...

81e6fec916-Jan-2017 pfg

i104495 - libstdc++ removal.

This cleanup was meant for KDE4 integration: in the BSDs this is dead code
and it doesn't seem a good idea on linux either, plus carrying libstdc++
doesn

i104495 - libstdc++ removal.

This cleanup was meant for KDE4 integration: in the BSDs this is dead code
and it doesn't seem a good idea on linux either, plus carrying libstdc++
doesn't align with ASF policies.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779119 13f79535-47bb-0310-9956-ffa450edef68

show more ...

7542595f16-Jan-2017 pfg

osl_diagnose_backtrace_Impl(): leave a default value for FreeBSD.

Thinking of a future ARM support that may want to give some value to
FRAME_PTR_OFFSET and FRAME_OFFSET.


gi

osl_diagnose_backtrace_Impl(): leave a default value for FreeBSD.

Thinking of a future ARM support that may want to give some value to
FRAME_PTR_OFFSET and FRAME_OFFSET.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779073 13f79535-47bb-0310-9956-ffa450edef68

show more ...

94de2b0d16-Jan-2017 damjan

Build fixes for vbaobj on Windows.
Don't use SC_DLLIMPLEMENTATION, and link to sot.
With this, main/sc finally builds on Windows.

Patch by: me



git-svn-id: https://

Build fixes for vbaobj on Windows.
Don't use SC_DLLIMPLEMENTATION, and link to sot.
With this, main/sc finally builds on Windows.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778965 13f79535-47bb-0310-9956-ffa450edef68

show more ...

a479921a16-Jan-2017 damjan

Fix symbol visibility problems with main/sc modules.

SC_DLLIMPLEMENTATION must only be defined for sc itself, not for scui or
scfilt, as that stops them from importing sc's symbols.

Fix symbol visibility problems with main/sc modules.

SC_DLLIMPLEMENTATION must only be defined for sc itself, not for scui or
scfilt, as that stops them from importing sc's symbols.

Should fix building main/sc on Windows.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778961 13f79535-47bb-0310-9956-ffa450edef68

show more ...


main/sc/Library_scfilt.mk
main/sc/Library_scui.mk
main/sc/source/ui/attrdlg/attrdlg.cxx
main/sc/source/ui/attrdlg/scdlgfact.cxx
main/sc/source/ui/attrdlg/scuiexp.cxx
main/sc/source/ui/attrdlg/tabpages.cxx
main/sc/source/ui/cctrl/editfield.cxx
main/sc/source/ui/dbgui/dapidata.cxx
main/sc/source/ui/dbgui/dapitype.cxx
main/sc/source/ui/dbgui/dpgroupdlg.cxx
main/sc/source/ui/dbgui/pfiltdlg.cxx
main/sc/source/ui/dbgui/pvfundlg.cxx
main/sc/source/ui/dbgui/scendlg.cxx
main/sc/source/ui/dbgui/scuiasciiopt.cxx
main/sc/source/ui/dbgui/scuiimoptdlg.cxx
main/sc/source/ui/dbgui/sortdlg.cxx
main/sc/source/ui/dbgui/subtdlg.cxx
main/sc/source/ui/dbgui/textimportoptions.cxx
main/sc/source/ui/dbgui/tpsort.cxx
main/sc/source/ui/dbgui/tpsubt.cxx
main/sc/source/ui/dbgui/validate.cxx
main/sc/source/ui/docshell/tpstat.cxx
main/sc/source/ui/miscdlgs/crdlg.cxx
main/sc/source/ui/miscdlgs/delcldlg.cxx
main/sc/source/ui/miscdlgs/delcodlg.cxx
main/sc/source/ui/miscdlgs/filldlg.cxx
main/sc/source/ui/miscdlgs/groupdlg.cxx
main/sc/source/ui/miscdlgs/inscldlg.cxx
main/sc/source/ui/miscdlgs/inscodlg.cxx
main/sc/source/ui/miscdlgs/instbdlg.cxx
main/sc/source/ui/miscdlgs/lbseldlg.cxx
main/sc/source/ui/miscdlgs/linkarea.cxx
main/sc/source/ui/miscdlgs/mtrindlg.cxx
main/sc/source/ui/miscdlgs/mvtabdlg.cxx
main/sc/source/ui/miscdlgs/namecrea.cxx
main/sc/source/ui/miscdlgs/namepast.cxx
main/sc/source/ui/miscdlgs/scuiautofmt.cxx
main/sc/source/ui/miscdlgs/shtabdlg.cxx
main/sc/source/ui/miscdlgs/strindlg.cxx
main/sc/source/ui/miscdlgs/tabbgcolordlg.cxx
main/sc/source/ui/miscdlgs/textdlgs.cxx
main/sc/source/ui/optdlg/opredlin.cxx
main/sc/source/ui/optdlg/tpcalc.cxx
main/sc/source/ui/optdlg/tpprint.cxx
main/sc/source/ui/optdlg/tpusrlst.cxx
main/sc/source/ui/optdlg/tpview.cxx
main/sc/source/ui/pagedlg/hfedtdlg.cxx
main/sc/source/ui/pagedlg/scuitphfedit.cxx
main/sc/source/ui/pagedlg/tphf.cxx
main/sc/source/ui/pagedlg/tptable.cxx
main/sc/source/ui/styleui/styledlg.cxx
4c76cf9415-Jan-2017 pfg

seamonkey is no more.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778934 13f79535-47bb-0310-9956-ffa450edef68

2037a4a115-Jan-2017 damjan

Fix some initial main/sc build issues on Windows caused by the
port to gbuild.

Note that it still doesn't build on Windows. Work is ongoing.

Patch by: me



git-

Fix some initial main/sc build issues on Windows caused by the
port to gbuild.

Note that it still doesn't build on Windows. Work is ongoing.

Patch by: me



git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778926 13f79535-47bb-0310-9956-ffa450edef68

show more ...

b77af63015-Jan-2017 damjan

Port main/sc to gbuild.
Also add the ability to add extra image directories to resources,
which is needed by main/sc.

Patch by: me


git-svn-id: https://svn.apache.org/re

Port main/sc to gbuild.
Also add the ability to add extra image directories to resources,
which is needed by main/sc.

Patch by: me


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778876 13f79535-47bb-0310-9956-ffa450edef68

show more ...


main/Module_ooo.mk
main/Repository.mk
main/RepositoryFixes.mk
main/postprocess/packcomponents/makefile.mk
main/sc/AllLangResTarget_sc.mk
main/sc/GoogleTest_sc.mk
main/sc/JunitTest_sc_complex.mk
main/sc/JunitTest_sc_complex_cellRanges.mk
main/sc/Library_sc.mk
main/sc/Library_scd.mk
main/sc/Library_scfilt.mk
main/sc/Library_scui.mk
main/sc/Library_vbaobj.mk
main/sc/Makefile
main/sc/Module_sc.mk
main/sc/Package_uiconfig.mk
main/sc/Package_xml.mk
main/sc/inc/pch/precompiled_scd.cxx
main/sc/inc/pch/precompiled_scd.hxx
main/sc/inc/pch/precompiled_scfilt.cxx
main/sc/inc/pch/precompiled_scfilt.hxx
main/sc/inc/pch/precompiled_scui.cxx
main/sc/inc/pch/precompiled_scui.hxx
main/sc/prj/build.lst
main/sc/prj/d.lst
main/sc/prj/makefile.mk
main/sc/sdi/makefile.mk
main/sc/source/core/data/makefile.mk
main/sc/source/core/tool/interpr5.cxx
main/sc/source/core/tool/makefile.mk
main/sc/source/filter/dif/difexp.cxx
main/sc/source/filter/dif/difimp.cxx
main/sc/source/filter/dif/makefile.mk
main/sc/source/filter/excel/colrowst.cxx
main/sc/source/filter/excel/excdoc.cxx
main/sc/source/filter/excel/excel.cxx
main/sc/source/filter/excel/excform.cxx
main/sc/source/filter/excel/excform8.cxx
main/sc/source/filter/excel/excimp8.cxx
main/sc/source/filter/excel/excrecds.cxx
main/sc/source/filter/excel/exctools.cxx
main/sc/source/filter/excel/expop2.cxx
main/sc/source/filter/excel/fontbuff.cxx
main/sc/source/filter/excel/frmbase.cxx
main/sc/source/filter/excel/impop.cxx
main/sc/source/filter/excel/makefile.mk
main/sc/source/filter/excel/namebuff.cxx
main/sc/source/filter/excel/read.cxx
main/sc/source/filter/excel/tokstack.cxx
main/sc/source/filter/excel/xechart.cxx
main/sc/source/filter/excel/xecontent.cxx
main/sc/source/filter/excel/xeescher.cxx
main/sc/source/filter/excel/xeformula.cxx
main/sc/source/filter/excel/xehelper.cxx
main/sc/source/filter/excel/xelink.cxx
main/sc/source/filter/excel/xename.cxx
main/sc/source/filter/excel/xepage.cxx
main/sc/source/filter/excel/xepivot.cxx
main/sc/source/filter/excel/xerecord.cxx
main/sc/source/filter/excel/xeroot.cxx
main/sc/source/filter/excel/xestream.cxx
main/sc/source/filter/excel/xestring.cxx
main/sc/source/filter/excel/xestyle.cxx
main/sc/source/filter/excel/xetable.cxx
main/sc/source/filter/excel/xeview.cxx
main/sc/source/filter/excel/xichart.cxx
main/sc/source/filter/excel/xicontent.cxx
main/sc/source/filter/excel/xiformula.cxx
main/sc/source/filter/excel/xihelper.cxx
main/sc/source/filter/excel/xilink.cxx
main/sc/source/filter/excel/xiname.cxx
main/sc/source/filter/excel/xipage.cxx
main/sc/source/filter/excel/xipivot.cxx
main/sc/source/filter/excel/xiroot.cxx
main/sc/source/filter/excel/xistream.cxx
main/sc/source/filter/excel/xistring.cxx
main/sc/source/filter/excel/xistyle.cxx
main/sc/source/filter/excel/xiview.cxx
main/sc/source/filter/excel/xladdress.cxx
main/sc/source/filter/excel/xlchart.cxx
main/sc/source/filter/excel/xlescher.cxx
main/sc/source/filter/excel/xlformula.cxx
main/sc/source/filter/excel/xlpage.cxx
main/sc/source/filter/excel/xlpivot.cxx
main/sc/source/filter/excel/xlroot.cxx
main/sc/source/filter/excel/xlstyle.cxx
main/sc/source/filter/excel/xltools.cxx
main/sc/source/filter/excel/xltracer.cxx
main/sc/source/filter/excel/xlview.cxx
main/sc/source/filter/ftools/fapihelper.cxx
main/sc/source/filter/ftools/fprogressbar.cxx
main/sc/source/filter/ftools/ftools.cxx
main/sc/source/filter/ftools/makefile.mk
main/sc/source/filter/html/htmlexp.cxx
main/sc/source/filter/html/htmlexp2.cxx
main/sc/source/filter/html/htmlimp.cxx
main/sc/source/filter/html/htmlpars.cxx
main/sc/source/filter/lotus/expop.cxx
main/sc/source/filter/lotus/export.cxx
main/sc/source/filter/lotus/filter.cxx
main/sc/source/filter/lotus/lotattr.cxx
main/sc/source/filter/lotus/lotform.cxx
main/sc/source/filter/lotus/lotimpop.cxx
main/sc/source/filter/lotus/lotread.cxx
main/sc/source/filter/lotus/lotus.cxx
main/sc/source/filter/lotus/makefile.mk
main/sc/source/filter/lotus/memory.cxx
main/sc/source/filter/lotus/op.cxx
main/sc/source/filter/lotus/optab.cxx
main/sc/source/filter/lotus/tool.cxx
main/sc/source/filter/qpro/biff.cxx
main/sc/source/filter/qpro/makefile.mk
main/sc/source/filter/qpro/qpro.cxx
main/sc/source/filter/qpro/qproform.cxx
main/sc/source/filter/qpro/qprostyle.cxx
main/sc/source/filter/rtf/eeimpars.cxx
main/sc/source/filter/rtf/expbase.cxx
main/sc/source/filter/rtf/makefile.mk
main/sc/source/filter/rtf/rtfexp.cxx
main/sc/source/filter/rtf/rtfimp.cxx
main/sc/source/filter/rtf/rtfparse.cxx
main/sc/source/filter/starcalc/makefile.mk
main/sc/source/filter/starcalc/scflt.cxx
main/sc/source/filter/starcalc/scfobj.cxx
main/sc/source/filter/xcl97/XclExpChangeTrack.cxx
main/sc/source/filter/xcl97/XclImpChangeTrack.cxx
main/sc/source/filter/xcl97/makefile.mk
main/sc/source/filter/xcl97/xcl97esc.cxx
main/sc/source/filter/xcl97/xcl97rec.cxx
main/sc/source/filter/xml/makefile.mk
main/sc/source/ui/Accessibility/makefile.mk
main/sc/source/ui/app/makefile.mk
main/sc/source/ui/attrdlg/attrdlg.cxx
main/sc/source/ui/attrdlg/makefile.mk
main/sc/source/ui/attrdlg/scdlgfact.cxx
main/sc/source/ui/attrdlg/scuiexp.cxx
main/sc/source/ui/attrdlg/tabpages.cxx
main/sc/source/ui/cctrl/editfield.cxx
main/sc/source/ui/cctrl/makefile.mk
main/sc/source/ui/dbgui/dapidata.cxx
main/sc/source/ui/dbgui/dapitype.cxx
main/sc/source/ui/dbgui/dpgroupdlg.cxx
main/sc/source/ui/dbgui/makefile.mk
main/sc/source/ui/dbgui/pfiltdlg.cxx
main/sc/source/ui/dbgui/pvfundlg.cxx
main/sc/source/ui/dbgui/scendlg.cxx
main/sc/source/ui/dbgui/scuiasciiopt.cxx
main/sc/source/ui/dbgui/scuiimoptdlg.cxx
main/sc/source/ui/dbgui/sortdlg.cxx
main/sc/source/ui/dbgui/subtdlg.cxx
main/sc/source/ui/dbgui/textimportoptions.cxx
main/sc/source/ui/dbgui/tpsort.cxx
main/sc/source/ui/dbgui/tpsubt.cxx
main/sc/source/ui/dbgui/validate.cxx
main/sc/source/ui/docshell/makefile.mk
main/sc/source/ui/docshell/tpstat.cxx
main/sc/source/ui/drawfunc/makefile.mk
main/sc/source/ui/formdlg/makefile.mk
main/sc/source/ui/miscdlgs/delcldlg.cxx
main/sc/source/ui/miscdlgs/delcodlg.cxx
main/sc/source/ui/miscdlgs/filldlg.cxx
main/sc/source/ui/miscdlgs/groupdlg.cxx
main/sc/source/ui/miscdlgs/inscldlg.cxx
main/sc/source/ui/miscdlgs/inscodlg.cxx
main/sc/source/ui/miscdlgs/instbdlg.cxx
main/sc/source/ui/miscdlgs/lbseldlg.cxx
main/sc/source/ui/miscdlgs/linkarea.cxx
main/sc/source/ui/miscdlgs/makefile.mk
main/sc/source/ui/miscdlgs/mtrindlg.cxx
main/sc/source/ui/miscdlgs/mvtabdlg.cxx
main/sc/source/ui/miscdlgs/namecrea.cxx
main/sc/source/ui/miscdlgs/namepast.cxx
main/sc/source/ui/miscdlgs/scuiautofmt.cxx
main/sc/source/ui/miscdlgs/shtabdlg.cxx
main/sc/source/ui/miscdlgs/strindlg.cxx
main/sc/source/ui/miscdlgs/tabbgcolordlg.cxx
main/sc/source/ui/miscdlgs/textdlgs.cxx
main/sc/source/ui/namedlg/makefile.mk
main/sc/source/ui/navipi/makefile.mk
main/sc/source/ui/optdlg/makefile.mk
main/sc/source/ui/optdlg/opredlin.cxx
main/sc/source/ui/optdlg/tpcalc.cxx
main/sc/source/ui/optdlg/tpprint.cxx
main/sc/source/ui/optdlg/tpusrlst.cxx
main/sc/source/ui/optdlg/tpview.cxx
main/sc/source/ui/pagedlg/hfedtdlg.cxx
main/sc/source/ui/pagedlg/makefile.mk
main/sc/source/ui/pagedlg/scuitphfedit.cxx
main/sc/source/ui/pagedlg/tphf.cxx
main/sc/source/ui/pagedlg/tptable.cxx
main/sc/source/ui/sidebar/makefile.mk
main/sc/source/ui/src/makefile.mk
main/sc/source/ui/styleui/makefile.mk
main/sc/source/ui/styleui/styledlg.cxx
main/sc/source/ui/undo/makefile.mk
main/sc/source/ui/unoobj/detreg.cxx
main/sc/source/ui/unoobj/makefile.mk
main/sc/source/ui/unoobj/scdetect.cxx
main/sc/source/ui/vba/makefile.mk
main/sc/source/ui/vba/testvba/makefile.mk
main/sc/source/ui/view/makefile.mk
main/sc/test/makefile.mk
main/sc/util/makefile.mk
main/sc/util/scfilt.map
main/solenv/gbuild/AllLangResTarget.mk
7c6b7ae115-Jan-2017 pfg

Drop repeated libloader entry.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1778867 13f79535-47bb-0310-9956-ffa450edef68

1...<<111112113114115116117118119120>>...342