diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 17:58:44 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 17:58:44 +0100 |
commit | ec03cebe17848ff9b6851f4fb6d42515a79b8776 (patch) | |
tree | cb50a8b548a7947668366c62b75bb5284817f0ed /svl/source/svdde/ddecli.cxx | |
parent | 56dd29dbd60005d3dc5d1929e8d7049364418c10 (diff) |
cleaning of __EXPORT define
Diffstat (limited to 'svl/source/svdde/ddecli.cxx')
-rw-r--r-- | svl/source/svdde/ddecli.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/svdde/ddecli.cxx b/svl/source/svdde/ddecli.cxx index 0dc3196250f3..da8b6998f2b2 100644 --- a/svl/source/svdde/ddecli.cxx +++ b/svl/source/svdde/ddecli.cxx @@ -363,7 +363,7 @@ const String& DdeTransaction::GetName() const // --- DdeTransaction::Data() -------------------------------------- -void __EXPORT DdeTransaction::Data( const DdeData* p ) +void DdeTransaction::Data( const DdeData* p ) { if ( ::tools::SolarMutex::Acquire() ) { @@ -374,7 +374,7 @@ void __EXPORT DdeTransaction::Data( const DdeData* p ) // --- DdeTransaction::Done() -------------------------------------- -void __EXPORT DdeTransaction::Done( BOOL bDataValid ) +void DdeTransaction::Done( BOOL bDataValid ) { aDone.Call( (void*)bDataValid ); } @@ -396,7 +396,7 @@ DdeLink::~DdeLink() // --- DdeLink::Notify() ----------------------------------------- -void __EXPORT DdeLink::Notify() +void DdeLink::Notify() { aNotify.Call( NULL ); } |