This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new 44d9ce519f Maintenance cleanup 44d9ce519f is described below commit 44d9ce519fb698708ea3288d607700b906f349e5 Author: mseidel <msei...@apache.org> AuthorDate: Sun May 5 11:11:37 2024 +0200 Maintenance cleanup (cherry picked from commit 6b7c93d1f1116de547c9b9683ad03dc32909ca67) --- main/shell/qa/zip/testimpl/testzipimpl.cxx | 18 ++++++++---------- main/shell/qa/zip/testimpl/testzipimpl.hxx | 13 ++++++------- main/shell/qa/zip/ziptest.cxx | 2 -- 3 files changed, 14 insertions(+), 19 deletions(-) diff --git a/main/shell/qa/zip/testimpl/testzipimpl.cxx b/main/shell/qa/zip/testimpl/testzipimpl.cxx index 83406f8edf..62b87079c7 100644 --- a/main/shell/qa/zip/testimpl/testzipimpl.cxx +++ b/main/shell/qa/zip/testimpl/testzipimpl.cxx @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,27 +7,25 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ - - // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_shell.hxx" #define DLLIMPLEMENTATION #include "testzipimpl.hxx" -vector<string> expectedContents; +vector<string> expectedContents; TestZipImpl::TestZipImpl(const char * documentName) : zipFile(ZipFile(string(documentName))) @@ -52,11 +50,10 @@ TestZipImpl::TestZipImpl(const char * documentName) : sort(expectedContents.begin(), expectedContents.end()); } -TestZipImpl::~TestZipImpl() -{ +TestZipImpl::~TestZipImpl() +{ } - //------------------------------------------------ bool TestZipImpl::test_directory() { @@ -80,3 +77,4 @@ bool TestZipImpl::test_getContent() return !contentBuf.empty(); } +/* vim: set noet sw=4 ts=4: */ diff --git a/main/shell/qa/zip/testimpl/testzipimpl.hxx b/main/shell/qa/zip/testimpl/testzipimpl.hxx index 7d5804ea72..01419e9071 100644 --- a/main/shell/qa/zip/testimpl/testzipimpl.hxx +++ b/main/shell/qa/zip/testimpl/testzipimpl.hxx @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,20 +7,18 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ - - // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_shell.hxx" #include "internal/zipfile.hxx" @@ -36,7 +34,7 @@ using namespace std; -class DLLPUBLIC TestZipImpl +class DLLPUBLIC TestZipImpl { private: ZipFile zipFile; @@ -48,3 +46,4 @@ class DLLPUBLIC TestZipImpl bool test_getContent(); }; +/* vim: set noet sw=4 ts=4: */ diff --git a/main/shell/qa/zip/ziptest.cxx b/main/shell/qa/zip/ziptest.cxx index bb20baac1f..f57ceb1b96 100644 --- a/main/shell/qa/zip/ziptest.cxx +++ b/main/shell/qa/zip/ziptest.cxx @@ -19,8 +19,6 @@ * *************************************************************/ - - // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_shell.hxx" #include "gtest/gtest.h"