This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 96968ad  statreg.cpp is obsolete. atlimpl.cpp is obsolete.
96968ad is described below

commit 96968ad7b129d8014d0dd60f242a9e06d650a106
Author: mseidel <msei...@apache.org>
AuthorDate: Fri Sep 3 22:50:30 2021 +0200

    statreg.cpp is obsolete. atlimpl.cpp is obsolete.
---
 main/extensions/test/ole/AxTestComponents/StdAfx.cpp       |  8 ++++----
 .../test/ole/EventListenerSample/EventListener/StdAfx.cpp  | 14 ++++++++------
 .../test/ole/unoTocomCalls/XCallback_Impl/StdAfx.cpp       | 14 +++++++-------
 3 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/main/extensions/test/ole/AxTestComponents/StdAfx.cpp 
b/main/extensions/test/ole/AxTestComponents/StdAfx.cpp
index 4184c80..2bf058a 100644
--- a/main/extensions/test/ole/AxTestComponents/StdAfx.cpp
+++ b/main/extensions/test/ole/AxTestComponents/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,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.
- * 
+ *
  *************************************************************/
 
 
diff --git 
a/main/extensions/test/ole/EventListenerSample/EventListener/StdAfx.cpp 
b/main/extensions/test/ole/EventListenerSample/EventListener/StdAfx.cpp
index 71798e9..0711150 100644
--- a/main/extensions/test/ole/EventListenerSample/EventListener/StdAfx.cpp
+++ b/main/extensions/test/ole/EventListenerSample/EventListener/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.
- * 
+ *
  *************************************************************/
 
+
+
 // stdafx.cpp : source file that includes just the standard includes
 //  stdafx.pch will be the pre-compiled header
 //  stdafx.obj will contain the pre-compiled type information
@@ -27,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/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.cpp 
b/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.cpp
index d8091af..0711150 100644
--- a/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/StdAfx.cpp
+++ b/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/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,19 +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.
- * 
+ *
  *************************************************************/
 
 
+
 // stdafx.cpp : source file that includes just the standard includes
 //  stdafx.pch will be the pre-compiled header
 //  stdafx.obj will contain the pre-compiled type information
@@ -28,8 +29,7 @@
 
 #ifdef _ATL_STATIC_REGISTRY
 #include <statreg.h>
-#include <statreg.cpp>
+//#include <statreg.cpp>
 #endif
 
-#include <atlimpl.cpp>
-
+//#include <atlimpl.cpp>

Reply via email to