summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/tree/writertreevisiting.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/tree/writertreevisiting.cxx b/sdext/source/pdfimport/tree/writertreevisiting.cxx
index 91d063e26e79..f2ffa1c8e6a9 100644
--- a/sdext/source/pdfimport/tree/writertreevisiting.cxx
+++ b/sdext/source/pdfimport/tree/writertreevisiting.cxx
@@ -453,7 +453,7 @@ void WriterXmlOptimizer::visit( ParagraphElement& elem, const std::list< std::un
else
{
// check whether text of pPrevPara is bold (at least first text element)
- // and this para is not bold (dito)
+ // and this para is not bold (ditto)
TextElement* pPrevText = pPrevPara->getFirstTextChild();
TextElement* pThisText = elem.getFirstTextChild();
if( pPrevText && pThisText )
ref='/cgit/lo/core/commit/python3?h=feature/cib_contract138c&id=292af048ace2d4b455b2da3a22c784cb05db1d09'>python3: --with-system-expat seems to mess up mac buildNorbert Thiebaud 2013-04-19python3: put an RPATH into python binary ...Michael Stahl 2013-04-19python3: deliver the GDB python support scriptMichael Stahl 2013-04-19python3: re-enable both debug symbols and optimizationMichael Stahl 2013-04-19python3: VERBOSE is handled by gb_ExternalProject_run alreadyMichael Stahl 2013-04-18python3: disable check in PyThreadState_SwapMichael Stahl 2013-04-15adapt all externals to build against MSVC debug runtimeMichael Stahl 2013-04-13python: honor --disable-opensslAndres Gomez 2013-04-06aix python doesn't have lib-dynload contentsCaolán McNamara 2013-04-06get python3 building with gcc on aixCaolán McNamara 2013-03-21python3: fix typo in 8b79f292fb7f41f424c4f02900082a5c9a71c0f4Michael Stahl 2013-03-21Fix x64 Windows build of python3 (no idea if it works)Tor Lillqvist 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-09Work around GCC 4.8 -Werror=format= in python3Stephan Bergmann 2013-02-28remove all d.lstMichael Stahl 2013-02-26python3 command typo for a certain version of MSVCNorbert Thiebaud 2013-02-22quiet external module build log unless failureNorbert Thiebaud 2013-02-10python3: 15833.patch makes sense with ro /usr on Linux as wellMiklos Vajna 2013-01-31python3: bug 15833Norbert Thiebaud 2013-01-02Fix 64-bit OS X build: don't try any universalnessTor Lillqvist 2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley 2012-12-18/p:VisualStudioVersion=11.0 here, tooTor Lillqvist 2012-12-04Revert "fix python3 build on SLED11"Luboš Luňák 2012-12-04fix python3 build on SLED11Luboš Luňák 2012-11-30Nah, wrong to use /p:PlatformToolset=Windows7.1SDKTor Lillqvist 2012-11-30We need to tell the MSVS 2010 build to use Windows7.1SDKTor Lillqvist 2012-11-30Kill the ProjectReference to ssl.vcxproj, tooTor Lillqvist 2012-11-28python3: use version variables instead of hardcoded numberMichael Stahl 2012-11-28defuzz patches to squeak by RHEL-5 patchCaolán McNamara 2012-11-27python3: try to fix clang breakage in libffiMichael Stahl 2012-11-27python3: fix MSVC "implicit int" build breaker on tinderboxMichael Stahl 2012-11-27clean up PYTHON related version etc. variables:Michael Stahl 2012-11-27Make python3 work with custom VALGRIND_CFLAGSStephan Bergmann 2012-11-26python3: build LibreOfficePython.framework on MacOS XChristian Lohmaier 2012-11-19python3: fix typos in makefileMichael Stahl 2012-11-19Using --with-system-expat does seem to work also for a "bundled" oneTor Lillqvist 2012-11-17Make building python3 with current MacOSX tools proceed a bit furtherTor Lillqvist 2012-11-17python3: add module for internal Python 3 build (not active yet)Michael Stahl