summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app/AppDetailView.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/app/AppDetailView.hxx')
-rw-r--r--dbaccess/source/ui/app/AppDetailView.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/app/AppDetailView.hxx b/dbaccess/source/ui/app/AppDetailView.hxx
index 03cb81134b6a..31ab9c7bf89b 100644
--- a/dbaccess/source/ui/app/AppDetailView.hxx
+++ b/dbaccess/source/ui/app/AppDetailView.hxx
@@ -66,7 +66,7 @@ namespace dbaui
virtual void GetFocus() override;
virtual void LoseFocus() override;
- inline void resetLastActive() { m_pLastActiveEntry = nullptr;}
+ void resetLastActive() { m_pLastActiveEntry = nullptr;}
void updateHelpText();
@@ -134,7 +134,7 @@ namespace dbaui
/// fills the Creation listbox with the necessary strings and images
void fillTaskEntryList( const TaskEntryList& _rList );
- inline bool HandleKeyInput( const KeyEvent& _rKEvt )
+ bool HandleKeyInput( const KeyEvent& _rKEvt )
{
return m_aCreation->HandleKeyInput( _rKEvt );
}
@@ -188,8 +188,8 @@ namespace dbaui
*/
bool interceptKeyInput( const KeyEvent& _rEvent );
- inline OAppBorderWindow& getBorderWin() const { return m_rBorderWin; }
- inline OTasksWindow& getTasksWindow() const { return *static_cast< OTasksWindow* >( m_aTasks->getChildWindow() ); }
+ OAppBorderWindow& getBorderWin() const { return m_rBorderWin; }
+ OTasksWindow& getTasksWindow() const { return *static_cast< OTasksWindow* >( m_aTasks->getChildWindow() ); }
bool isCutAllowed() override ;
bool isCopyAllowed() override ;