diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-03-02 11:33:05 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-03-02 11:38:18 +0900 |
commit | 929bcc404f2d4050ab2e2cbb2a5fdb41e7be5276 (patch) | |
tree | adc1cde3543c006104e1583ef0ab98442dd06689 /include/svx | |
parent | ea951c868256a26f68f001a2dcdc67bb3be8d7c7 (diff) |
HiDPI: increase size of handles including anchor
Change-Id: I9692c0674d8cb56dab6dd65e48a868aaf7b38e38
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/svdhdl.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/svdhdl.hxx b/include/svx/svdhdl.hxx index 0c69d064cf77..9d839b7be0ce 100644 --- a/include/svx/svdhdl.hxx +++ b/include/svx/svdhdl.hxx @@ -181,7 +181,8 @@ private: protected: ::sdr::overlay::OverlayObject* CreateOverlayObject( const basegfx::B2DPoint& rPos, - BitmapColorIndex eColIndex, BitmapMarkerKind eKindOfMarker, Point aMoveOutsideOffset = Point()); + BitmapColorIndex eColIndex, BitmapMarkerKind eKindOfMarker, + OutputDevice& rOutDev, Point aMoveOutsideOffset = Point()); BitmapMarkerKind GetNextBigger(BitmapMarkerKind eKnd) const; public: |