summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-28tidy this a bitCaolán McNamara
2010-11-28cppcheck: can reduce the scope of this varCaolán McNamara
2010-11-28cppcheck: unused variablesCaolán McNamara
2010-11-27cppcheck: prefix instead of postfixJoseph Powers
One variable was assigned a value that was never used; removed the variable. I didn't check to see if the function call was required so I just left them.
2010-11-27cppcheck: Variable scope reductionJoseph Powers
2010-11-27cppcheck: use prefix variantsCaolán McNamara
2010-11-27translation of comments to EnglishAndreas Mantke
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-27cppcheck: use prefix formCaolán McNamara
2010-11-27wikihelp: Forward the request for help to help.libreoffice.org.Jan Holesovsky
Based on Muthu's patch. If the help is not installed, this will forward the request to help.libreoffice.org; unfortunately the service is not running there yet, but better to have the code in already ;-)
2010-11-26cppcheck: use prefix variantCaolán McNamara
2010-11-26cppcheck: use prefix variantCaolán McNamara
2010-11-26cppcheck: use prefix variantCaolán McNamara
2010-11-26cppcheck: use prefix variantCaolán McNamara
2010-11-26sfx2 macropg.hxx unused anywhereCaolán McNamara
2010-11-26RegisterBasicConstants doesn't do anything, remove itCaolán McNamara
2010-11-26these streaming operators are unused by anythingCaolán McNamara
2010-11-26~SfxMacroInfo::Store declared, but never definedCaolán McNamara
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard
2010-11-26Merge commit 'ooo/OOO330_m17' into libreoffice-3-3Rene Engelhard
2010-11-26disable multiple migrations via MIGRATED stamp fileMichael Meeks
If we fail to auto-migrate, this can cause lots of pain - since people are unaware of where the migration occurs from. Thus - before we start migrating, we create a 'MIGRATED' stamp file in the source of that, and if this is present next migration, we simply don't migrate - fixed for Mechtilde.
2010-11-26fix crash in exiting via disabling lone quick-starter, terminate at idleMichael Meeks
2010-11-26When saving a docx file to doc, the used filter is docx.Cédric Bosdonnat
2010-11-26xmlhelp-work-with-symlinks.diff: migrated to gitPetr Mladek
i#81138 display help correctly even when the files are symlinks
2010-11-26WaE, remove unused parameterCaolán McNamara
2010-11-26cppcheck, Memory leakJulien Nabet
2010-11-25Put show credits entry into all app ui configsThorsten Behrens
* fix cmd url typo in GenericCommands.xcu * build & deliver credits.odt * avoid duplicate slot id for ShowCredits menu item
2010-11-25Resolves: fdo#31494# get ownership rightCaolán McNamara
Ensure that the mutex lives as long as all its consumers. And avoid launching threads if they have no work to do. (cherry picked from commit e34373935bff7f1ed8e8bfd06b54383917b1177a)
2010-11-25Resolves: fdo#31494# get ownership rightCaolán McNamara
Ensure that the mutex lives as long as all its consumers. And avoid launching threads if they have no work to do.
2010-11-25Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-coreJan Holesovsky
2010-11-25disable multiple migrations via MIGRATED stamp fileMichael Meeks
If we fail to auto-migrate, this can cause lots of pain - since people are unaware of where the migration occurs from. Thus - before we start migrating, we create a 'MIGRATED' stamp file in the source of that, and if this is present next migration, we simply don't migrate - fixed for Mechtilde.
2010-11-25fix crash in exiting via disabling lone quick-starter, terminate at idleMichael Meeks
2010-11-25Resolves: rhbz#610103 exit quickstarter if physically deletedCaolán McNamara
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-25remove empty methodCaolán McNamara
2010-11-25cppcheck: methods can be constCaolán McNamara
2010-11-25avoid duplicate codeDavid Tardon
2010-11-25remove unused headersDavid Tardon
2010-11-25refactor duplicate codeDavid Tardon
2010-11-25comment out unused argumentsDavid Tardon
2010-11-25remove unused codeDavid Tardon
2010-11-25move unnecessary includes to .cxxDavid Tardon
2010-11-25cppcheck: use ++i instead of i++Joseph Powers
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky