diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 15:42:15 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 15:42:15 +0100 |
commit | c43ded52de5a31ecc9fdd414dc81ab581fc8df1a (patch) | |
tree | c749b61932dac7332202dcc7429e1485fd21f43c /sw/source/ui/ribbar | |
parent | fe03a0cc68d8b1ba8b8d1e2eb539532efd240381 (diff) |
cleaning of __EXPORT define
Diffstat (limited to 'sw/source/ui/ribbar')
-rw-r--r-- | sw/source/ui/ribbar/drawbase.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/ribbar/inputwin.cxx | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/ribbar/drawbase.cxx b/sw/source/ui/ribbar/drawbase.cxx index e93c6f8258a8..45cac63bdf0a 100644 --- a/sw/source/ui/ribbar/drawbase.cxx +++ b/sw/source/ui/ribbar/drawbase.cxx @@ -511,7 +511,7 @@ void SwDrawBase::Activate(const USHORT nSlot) \************************************************************************/ -void __EXPORT SwDrawBase::Deactivate() +void SwDrawBase::Deactivate() { SdrView *pSdrView = m_pSh->GetDrawView(); pSdrView->SetOrtho(FALSE); diff --git a/sw/source/ui/ribbar/inputwin.cxx b/sw/source/ui/ribbar/inputwin.cxx index fd8c88f25dfe..6587755e5521 100644 --- a/sw/source/ui/ribbar/inputwin.cxx +++ b/sw/source/ui/ribbar/inputwin.cxx @@ -163,7 +163,7 @@ void SwInputWindow::DataChanged( const DataChangedEvent& rDCEvt ) //================================================================== -void __EXPORT SwInputWindow::Resize() +void SwInputWindow::Resize() { ToolBox::Resize(); @@ -340,7 +340,7 @@ IMPL_LINK( SwInputWindow, DropdownClickHdl, ToolBox*, EMPTYARG ) //================================================================== -void __EXPORT SwInputWindow::Click( ) +void SwInputWindow::Click( ) { USHORT nCurID = GetCurItemId(); EndSelection(); // setzt CurItemId zurueck ! @@ -519,7 +519,7 @@ void SwInputWindow::DelBoxCntnt() //================================================================== -void __EXPORT InputEdit::KeyInput(const KeyEvent& rEvent) +void InputEdit::KeyInput(const KeyEvent& rEvent) { const KeyCode aCode = rEvent.GetKeyCode(); if(aCode == KEY_RETURN || aCode == KEY_F2 ) @@ -532,7 +532,7 @@ void __EXPORT InputEdit::KeyInput(const KeyEvent& rEvent) //================================================================== -void __EXPORT InputEdit::UpdateRange(const String& rBoxes, +void InputEdit::UpdateRange(const String& rBoxes, const String& rName ) { if( !rBoxes.Len() ) @@ -650,7 +650,7 @@ __EXPORT SwInputChild::~SwInputChild() } -SfxChildWinInfo __EXPORT SwInputChild::GetInfo() const +SfxChildWinInfo SwInputChild::GetInfo() const { SfxChildWinInfo aInfo = SfxChildWindow::GetInfo(); \ return aInfo; |