diff options
Diffstat (limited to 'sd/source/ui/inc/PaneDockingWindow.hxx')
-rw-r--r-- | sd/source/ui/inc/PaneDockingWindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/PaneDockingWindow.hxx b/sd/source/ui/inc/PaneDockingWindow.hxx index 54d6bf43a2b3..fd908f7f033a 100644 --- a/sd/source/ui/inc/PaneDockingWindow.hxx +++ b/sd/source/ui/inc/PaneDockingWindow.hxx @@ -56,7 +56,7 @@ public: virtual void MouseButtonDown (const MouseEvent& rEvent) SAL_OVERRIDE; /** When docked the given range is passed to the parent SplitWindow. */ - void SetValidSizeRange (const Range aValidSizeRange); + void SetValidSizeRange (const Range& rValidSizeRange); enum Orientation { HorizontalOrientation, VerticalOrientation, UnknownOrientation }; /** When the PaneDockingWindow is docked and managed by a split window |