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 dffd605  statreg.cpp is obsolete. atlimpl.cpp is obsolete.
dffd605 is described below

commit dffd605e720ea08af496d7d1840727b82fa97e88
Author: mseidel <[email protected]>
AuthorDate: Fri Sep 10 21:07:45 2021 +0200

    statreg.cpp is obsolete. atlimpl.cpp is obsolete.
    
    (cherry picked from commit 33c8d13d9084b93017a45a49d7a5a09c6287ee82)
---
 main/embedserv/source/embed/stdafx.cpp          | 15 ++++++++-------
 main/odk/examples/OLE/activex/StdAfx2.cpp       | 12 ++++++------
 main/winaccessibility/source/UAccCOM/StdAfx.cpp | 18 ++++++++++--------
 3 files changed, 24 insertions(+), 21 deletions(-)

diff --git a/main/embedserv/source/embed/stdafx.cpp 
b/main/embedserv/source/embed/stdafx.cpp
index a69536c..b11519c 100644
--- a/main/embedserv/source/embed/stdafx.cpp
+++ b/main/embedserv/source/embed/stdafx.cpp
@@ -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,18 +7,20 @@
  * 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.
- * 
+ *
  *************************************************************/
 
+
+
 // stdafx1.cpp : source file that includes just the standard includes
 //  stdafx1.pch will be the pre-compiled header
 //  stdafx1.obj will contain the pre-compiled type information
@@ -28,8 +30,7 @@
 
 #ifdef _ATL_STATIC_REGISTRY
 #include <statreg.h>
-#include <statreg.cpp>
+//#include <statreg.cpp>
 #endif
 
-#include <atlimpl.cpp>
-
+//#include <atlimpl.cpp>
diff --git a/main/odk/examples/OLE/activex/StdAfx2.cpp 
b/main/odk/examples/OLE/activex/StdAfx2.cpp
index 596baea..72db723 100644
--- a/main/odk/examples/OLE/activex/StdAfx2.cpp
+++ b/main/odk/examples/OLE/activex/StdAfx2.cpp
@@ -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,16 +7,16 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,7 +29,7 @@
 
 #ifdef _ATL_STATIC_REGISTRY
 #include <statreg.h>
-#include <statreg.cpp>
+//#include <statreg.cpp>
 #endif
 
-#include <atlimpl.cpp>
+//#include <atlimpl.cpp>
diff --git a/main/winaccessibility/source/UAccCOM/StdAfx.cpp 
b/main/winaccessibility/source/UAccCOM/StdAfx.cpp
index ed52d68..2bf058a 100644
--- a/main/winaccessibility/source/UAccCOM/StdAfx.cpp
+++ b/main/winaccessibility/source/UAccCOM/StdAfx.cpp
@@ -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,23 +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.
- * 
- *************************************************************/
-
+ *
+ *************************************************************/
+
+
+
 #include "stdafx.h"
 
 #ifdef _ATL_STATIC_REGISTRY
 #include <statreg.h>
-#include <statreg.cpp>
+//#include <statreg.cpp>
 #endif
 
-#include <atlimpl.cpp>
+//#include <atlimpl.cpp>

Reply via email to