summaryrefslogtreecommitdiffstats
path: root/include/svx/orienthelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/orienthelper.hxx')
-rw-r--r--include/svx/orienthelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/orienthelper.hxx b/include/svx/orienthelper.hxx
index baf56b67b583..f3d16bc9d614 100644
--- a/include/svx/orienthelper.hxx
+++ b/include/svx/orienthelper.hxx
@@ -75,7 +75,7 @@ public:
/** Shows or hides the dial control and all dependent windows. */
void Show( bool bShow );
/** Hides the dial control and all dependent windows. */
- inline void Hide() { Show( false ); }
+ void Hide() { Show( false ); }
/** Sets the "stacked" check box to the passed state and updates dependent controls. */
void SetStackedState( TriState eState );