summaryrefslogtreecommitdiff
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 7401b9153c6c..c7946c94c16d 100644
--- a/include/svx/orienthelper.hxx
+++ b/include/svx/orienthelper.hxx
@@ -68,7 +68,7 @@ public:
TRISTATE_TRUE: Window always disabled, if stacked text is turned on.
TRISTATE_FALSE: Window always disabled, if stacked text is turned off.
TRISTATE_INDET: Window will be enabled/disabled independent from stacked text. */
- void AddDependentWindow( Window& rWindow, TriState eDisableIfStacked = TRISTATE_INDET );
+ void AddDependentWindow( vcl::Window& rWindow, TriState eDisableIfStacked = TRISTATE_INDET );
/** Enables or disables the dial control and all dependent windows. */
void Enable( bool bEnable = true );