diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:14:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-08 13:39:15 +0100 |
commit | 347571a6873a4b6bce8733e476fa902830d1a644 (patch) | |
tree | b8bb7b04066d087cb13396b41d879a7343108b7e /desktop/source/pkgchk | |
parent | a58f6d2744fde88f2034987208124e5b2505c641 (diff) |
loplugin:indentation in dbaccess..drawinglayer
Change-Id: I05de6c01e827e596c9802c04964f43508dfd4d64
Reviewed-on: https://gerrit.libreoffice.org/67537
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/pkgchk')
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_app.cxx | 2 | ||||
-rw-r--r-- | desktop/source/pkgchk/unopkg/unopkg_misc.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx index 725067c20925..05ca301dbd0a 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx @@ -406,7 +406,7 @@ extern "C" int unopkg_main() beans::NamedValue nvSuppress( "SUPPRESS_LICENSE", option_suppressLicense ? makeAny(OUString("1")):makeAny(OUString("0"))); - xExtensionManager->addExtension( + xExtensionManager->addExtension( cmdPackage, Sequence<beans::NamedValue>(&nvSuppress, 1), repository, Reference<task::XAbortChannel>(), xCmdEnv); } diff --git a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx index 7f1cbffb3488..6a11fdeae059 100644 --- a/desktop/source/pkgchk/unopkg/unopkg_misc.cxx +++ b/desktop/source/pkgchk/unopkg/unopkg_misc.cxx @@ -233,7 +233,7 @@ void printf_space( sal_Int32 space ) void printf_line( OUString const & name, OUString const & value, sal_Int32 level ) { - printf_space( level ); + printf_space( level ); dp_misc::writeConsole(name + ": " + value + "\n"); } |