From 347571a6873a4b6bce8733e476fa902830d1a644 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 8 Feb 2019 13:14:17 +0200 Subject: loplugin:indentation in dbaccess..drawinglayer Change-Id: I05de6c01e827e596c9802c04964f43508dfd4d64 Reviewed-on: https://gerrit.libreoffice.org/67537 Tested-by: Jenkins Reviewed-by: Noel Grandin --- desktop/source/pkgchk/unopkg/unopkg_app.cxx | 2 +- desktop/source/pkgchk/unopkg/unopkg_misc.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/source/pkgchk') 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(&nvSuppress, 1), repository, Reference(), 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"); } -- cgit v1.2.3