summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ColorListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/ColorListener.hxx')
-rw-r--r--reportdesign/source/ui/inc/ColorListener.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/source/ui/inc/ColorListener.hxx b/reportdesign/source/ui/inc/ColorListener.hxx
index 1dfddaf29da2..6b6aea5ee854 100644
--- a/reportdesign/source/ui/inc/ColorListener.hxx
+++ b/reportdesign/source/ui/inc/ColorListener.hxx
@@ -60,10 +60,10 @@ namespace rptui
/** returns if the section is marked
*/
- inline bool isMarked() const { return m_bMarked; }
+ bool isMarked() const { return m_bMarked; }
- inline void setCollapsedHdl(const Link<OColorListener&,void>& _aLink ){ m_aCollapsedLink = _aLink; }
- inline bool isCollapsed() const { return m_bCollapsed; }
+ void setCollapsedHdl(const Link<OColorListener&,void>& _aLink ){ m_aCollapsedLink = _aLink; }
+ bool isCollapsed() const { return m_bCollapsed; }
/** collapse or expand
*