tdf#123936 Formatting files in module registry with clang-format
Change-Id: I57dbd6b8c944f2adb158db9c3086b3ad26c5c084 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105697 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
This commit is contained in:
committed by
Christian Lohmaier
parent
eb4c2e96f3
commit
5d8cf2021d
@@ -36,8 +36,7 @@ using osl::FileBase;
|
||||
|
||||
namespace registry::tools
|
||||
{
|
||||
|
||||
OUString convertToFileUrl(char const * filename, sal_Int32 length)
|
||||
OUString convertToFileUrl(char const* filename, sal_Int32 length)
|
||||
{
|
||||
OUString const uFileName(filename, length, osl_getThreadTextEncoding());
|
||||
if (strncmp(filename, "file://", 7) == 0)
|
||||
|
@@ -24,8 +24,7 @@
|
||||
|
||||
namespace registry::tools
|
||||
{
|
||||
|
||||
OUString convertToFileUrl(char const * filename, sal_Int32 length);
|
||||
OUString convertToFileUrl(char const* filename, sal_Int32 length);
|
||||
|
||||
} // namespace registry::tools
|
||||
|
||||
|
@@ -8002,8 +8002,6 @@ registry/source/regkey.hxx
|
||||
registry/test/regdiagnose.h
|
||||
registry/test/testmerge.cxx
|
||||
registry/test/testregcpp.cxx
|
||||
registry/tools/fileurl.cxx
|
||||
registry/tools/fileurl.hxx
|
||||
registry/tools/options.cxx
|
||||
registry/tools/options.hxx
|
||||
registry/tools/regmerge.cxx
|
||||
|
Reference in New Issue
Block a user