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

INTEGRATION: CWS visibility01 (1.2.74); FILE MERGED

2005/01/12 07:44:56 mnicel 1.2.74.2: RESYNC: (1.2-1.3); FILE MERGED
Marked up CopyStorage_Impl with SVX_DLLPRIVATE as it was conflicting
because of the intro of ImportForms_Impl; marked up that as well.
2004/12/06 08:10:48 mnicel 1.2.74.1: Part of symbol visibility markup - #i35758#
üst 6a7eb85c
......@@ -2,9 +2,9 @@
*
* $RCSfile: svxmsbas.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2004-11-09 09:38:32 $
* last change: $Author: kz $ $Date: 2005-01-21 15:35:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -66,6 +66,10 @@
#include <tools/solar.h>
#endif
#ifndef INCLUDED_SVXDLLAPI_H
#include "svx/svxdllapi.h"
#endif
#include <sot/storage.hxx>
class SfxObjectShell;
......@@ -85,7 +89,7 @@ class SfxObjectShell;
* probably what the user expects to see when viewing the code
*/
class SvxImportMSVBasic
class SVX_DLLPUBLIC SvxImportMSVBasic
{
public:
SvxImportMSVBasic( SfxObjectShell &rDocS, SotStorage &rRoot,
......@@ -117,12 +121,12 @@ private:
BOOL bImport;
BOOL bCopy;
BOOL ImportCode_Impl( const String& rStorageName,
SVX_DLLPRIVATE BOOL ImportCode_Impl( const String& rStorageName,
const String &rSubStorageName,
BOOL bAsComment, BOOL bStripped);
bool ImportForms_Impl(const String& rStorageName,
SVX_DLLPRIVATE bool ImportForms_Impl(const String& rStorageName,
const String &rSubStorageName);
BOOL CopyStorage_Impl( const String& rStorageName,
SVX_DLLPRIVATE BOOL CopyStorage_Impl( const String& rStorageName,
const String &rSubStorageName);
};
......
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