summaryrefslogtreecommitdiffstats
path: root/svtools/source/brwbox/datwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/brwbox/datwin.hxx')
-rw-r--r--svtools/source/brwbox/datwin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/brwbox/datwin.hxx b/svtools/source/brwbox/datwin.hxx
index f9cc4ce3f5f8..c89b45457c5e 100644
--- a/svtools/source/brwbox/datwin.hxx
+++ b/svtools/source/brwbox/datwin.hxx
@@ -77,7 +77,7 @@ public:
bool IsFrozen() const { return _bFrozen; }
void Freeze() { _bFrozen = true; }
- void Draw( BrowseBox& rBox, OutputDevice& rDev,
+ void Draw( BrowseBox const & rBox, OutputDevice& rDev,
const Point& rPos );
void SetWidth(sal_uLong nNewWidthPixel, const Fraction& rCurrentZoom);