Kaydet (Commit) 8c8c93dc authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS visibility01 (1.2.1024); FILE MERGED

2004/12/06 08:11:27 mnicel 1.2.1024.1: Part of symbol visibility markup - #i35758#
üst 3df4ec39
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: UnoNamespaceMap.cxx,v $ * $RCSfile: UnoNamespaceMap.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: cl $ $Date: 2001-10-16 09:19:44 $ * last change: $Author: kz $ $Date: 2005-01-21 17:00:43 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -61,6 +61,8 @@ ...@@ -61,6 +61,8 @@
#include <set> #include <set>
#include "UnoNamespaceMap.hxx"
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_ #ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
#include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNameAccess.hpp>
#endif #endif
...@@ -97,6 +99,7 @@ ...@@ -97,6 +99,7 @@
#include "xmlcnitm.hxx" #include "xmlcnitm.hxx"
#endif #endif
using namespace ::comphelper; using namespace ::comphelper;
using namespace ::osl; using namespace ::osl;
using namespace ::rtl; using namespace ::rtl;
...@@ -139,13 +142,11 @@ namespace svx ...@@ -139,13 +142,11 @@ namespace svx
}; };
Reference< XInterface > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool1, SfxItemPool* pPool2 ) Reference< XInterface > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool1, SfxItemPool* pPool2 )
throw( Exception )
{ {
return (XWeak*)new NamespaceMap( pWhichIds, pPool1 ); return (XWeak*)new NamespaceMap( pWhichIds, pPool1 );
} }
Reference< XInterface > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool ) Reference< XInterface > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool )
throw( Exception )
{ {
return (XWeak*)new NamespaceMap( pWhichIds, pPool ); return (XWeak*)new NamespaceMap( pWhichIds, pPool );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment