diff options
author | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 23:23:07 +0100 |
---|---|---|
committer | Gert Faller <gertfaller@aliceadsl.fr> | 2010-12-11 23:23:07 +0100 |
commit | 3648fb3c27f87e9b03679b42b9616785d02a3c22 (patch) | |
tree | f9e76ff40844a3c668dad75d2eefb5980cfcd8a2 /formula/source | |
parent | 27e1d912bea0170ab470c32517d5fc9a2108ba5e (diff) |
cleaning of __EXPORT define
Diffstat (limited to 'formula/source')
-rw-r--r-- | formula/source/ui/dlg/funcutl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/formula/source/ui/dlg/funcutl.cxx b/formula/source/ui/dlg/funcutl.cxx index 0e294a284f76..527f9f4d9ef1 100644 --- a/formula/source/ui/dlg/funcutl.cxx +++ b/formula/source/ui/dlg/funcutl.cxx @@ -78,7 +78,7 @@ ValWnd::ValWnd( Window* pParent, const ResId& rId ) : Window( pParent, rId ) //---------------------------------------------------------------------------- -void __EXPORT ValWnd::Paint( const Rectangle& ) +void ValWnd::Paint( const Rectangle& ) { DrawText( aRectOut.TopLeft(), aStrValue ); } @@ -123,7 +123,7 @@ void ArgEdit::Init( ArgEdit* pPrevEdit, ArgEdit* pNextEdit, // Cursor control for Edit Fields in Argument Dialog -void __EXPORT ArgEdit::KeyInput( const KeyEvent& rKEvt ) +void ArgEdit::KeyInput( const KeyEvent& rKEvt ) { KeyCode aCode = rKEvt.GetKeyCode(); BOOL bUp = (aCode.GetCode() == KEY_UP); |