From b8f0442fcab93d9f28bee3d216a244cc91288dab Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Nov 2015 09:37:16 +0100 Subject: loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) Change-Id: I7cf9fe48cf1c38a4327290e9393a5f88f3d4a97d --- shell/source/backends/desktopbe/desktopbackend.cxx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/shell/source/backends/desktopbe/desktopbackend.cxx b/shell/source/backends/desktopbe/desktopbackend.cxx index 146360220998..d8527f906da5 100644 --- a/shell/source/backends/desktopbe/desktopbackend.cxx +++ b/shell/source/backends/desktopbe/desktopbackend.cxx @@ -212,18 +212,15 @@ css::uno::Reference< css::uno::XInterface > SAL_CALL createInstance( if ( desktop == "GNOME" ) { backend = createBackend( context, - OUString( - "com.sun.star.configuration.backend.GconfBackend")); + "com.sun.star.configuration.backend.GconfBackend"); } else if ( desktop == "KDE" ) { backend = createBackend( context, - OUString( - "com.sun.star.configuration.backend.KDEBackend")); + "com.sun.star.configuration.backend.KDEBackend"); } else if ( desktop == "KDE4" ) { backend = createBackend( context, - OUString( - "com.sun.star.configuration.backend.KDE4Backend")); + "com.sun.star.configuration.backend.KDE4Backend"); } return backend.is() ? backend : static_cast< cppu::OWeakObject * >(new Default); -- cgit libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin/lo-commit-stat
AgeCommit message (Expand)Author
2017-08-17Fix typosAndrea Gelmini
2017-04-29lo-commit-stat: use matching group before destroying it with another matchChristian Lohmaier
2017-04-29lo-commit-stat: improve sort in buglists (by number within a tracker)Christian Lohmaier
2017-04-29lo-commit-stat: default to utf8, adjust regex for tdf bugzillaChristian Lohmaier
2017-04-29lo-commit-stat: drop unnecessary check whether hash is definedChristian Lohmaier
2015-07-15removing additional colons from the commit msgDennis Roczek
2015-06-22improve lo-commit-stat scriptDennis Roczek
2015-05-19Update Apache Bugzilla’s URLAdolfo Jayme Barrientos
2013-11-17bugs.freedesktop.org -> bugs.libreoffice.orgAndras Timar
2013-06-27Seems people prefer enumerations in the wiki for bugs.Thorsten Behrens
2013-03-06lo-commit-stat: new --bugs-changelog optionPetr Mladek
2012-11-29lo-commit-stat: allow to filer cherry-picked commitsPetr Mladek
2012-11-20lo-commit-stat: allow to generate more logs at oncePetr Mladek
2012-11-19lo-commit-stat: make it working with git submodulesPetr Mladek
2012-11-09binfilter.die.die.dieNorbert Thiebaud
2012-07-12Make commit stat script recognize opensuse fate entries, tooThorsten Behrens
2012-06-25Slightly more robust removal of bug title prefix.Thorsten Behrens
2012-06-13lo-commit-stat: really print the piece title into the log filePetr Mladek
2012-06-13No need for fancy string formatting, use plain printThorsten Behrens
2012-06-12lo-commit-stat: avoid problems whit '%' in the commit messagePetr Mladek
2012-06-12Optionally output wiki-markup from lo-commit-statThorsten Behrens
2012-06-01lo-commit-stat: better formatting for bug fix commitsKorrawit Pruegsanusak
2012-06-01lo-commit-stat: we don't have 'bootstrap' repo anymoreKorrawit Pruegsanusak
2012-06-01lo-commit-stat: lowercase first char if the word contains only lowercase charsKorrawit Pruegsanusak
2012-06-01lo-commit-stat: bug ID should have >= 4 digitsKorrawit Pruegsanusak
2012-05-21lo-commit-stat: use utf8 to be able to query a dash in the bug titleIvan Timofeev
2012-05-18lo-commit-stat: problem with wide character in bug titlePetr Mladek
2012-05-18lo-commit-stat: remove flags and print_filtersIvan Timofeev
2012-05-18lo-commit-stat: use bug titles instead of commit messages if possibleIvan Timofeev