diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:35:11 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:35:11 +0000 |
commit | d98e77bad6258a100c216a731479fbf705feace2 (patch) | |
tree | 6b15e5b528d4f3766f8fdc233dbceaaa25b664ce /svx/inc | |
parent | 6a7eb85cce3c52100045467fb9bd67cf0124ad1f (diff) |
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#
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svxmsbas.hxx | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/svx/inc/svxmsbas.hxx b/svx/inc/svxmsbas.hxx index 754a43f45185..9c29b8e94344 100644 --- a/svx/inc/svxmsbas.hxx +++ b/svx/inc/svxmsbas.hxx @@ -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); }; |