You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2013/05/13 11:36:32 UTC

svn commit: r1481752 - /openoffice/branches/rejuvenate01/main/cppu/util/uno_purpenvhelpercxx.map

Author: hdu
Date: Mon May 13 09:36:32 2013
New Revision: 1481752

URL: http://svn.apache.org/r1481752
Log:
#i122195# add missing map for UNO's purple-environment

Added:
    openoffice/branches/rejuvenate01/main/cppu/util/uno_purpenvhelpercxx.map

Added: openoffice/branches/rejuvenate01/main/cppu/util/uno_purpenvhelpercxx.map
URL: http://svn.apache.org/viewvc/openoffice/branches/rejuvenate01/main/cppu/util/uno_purpenvhelpercxx.map?rev=1481752&view=auto
==============================================================================
--- openoffice/branches/rejuvenate01/main/cppu/util/uno_purpenvhelpercxx.map (added)
+++ openoffice/branches/rejuvenate01/main/cppu/util/uno_purpenvhelpercxx.map Mon May 13 09:36:32 2013
@@ -0,0 +1,28 @@
+###############################################################
+#  
+#  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
+#  regarding copyright ownership.  The ASF licenses this file
+#  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.
+#  
+###############################################################
+UDK_3_0_0 {
+	global:
+	 _ZN4cppu6helper7purpenv13createMappingEPP12_uno_MappingP16_uno_EnvironmentS6_PFvbPvS7_P33_typelib_TypeDescriptionReferenceP24_typelib_MethodParameter?PK24_typelib_TypeDescriptionS7_PS7_PP8_uno_AnyES7_;
+        _ZN4cppu6helper7purpenv29Environment_initWithEnterableEP16_uno_EnvironmentPNS_9EnterableE;
+
+	local:
+		*;
+};