Kaydet (Commit) 9da730a8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused function 'lcl_getLayoutRect'

Change-Id: I1892d6c0c0466eea266b653f0b5907236cb84624
üst 28474dcd
...@@ -257,6 +257,8 @@ void SwSelPaintRects::Hide() ...@@ -257,6 +257,8 @@ void SwSelPaintRects::Hide()
SwRects::clear(); SwRects::clear();
} }
#if HAVE_FEATURE_DESKTOP || defined(ANDROID)
/** /**
* Return a layout rectangle (typically with minimal width) that represents a * Return a layout rectangle (typically with minimal width) that represents a
* cursor at rPosition. * cursor at rPosition.
...@@ -274,6 +276,8 @@ static SwRect lcl_getLayoutRect(const Point& rPoint, const SwPosition& rPosition ...@@ -274,6 +276,8 @@ static SwRect lcl_getLayoutRect(const Point& rPoint, const SwPosition& rPosition
return aRect; return aRect;
} }
#endif
void SwSelPaintRects::Show() void SwSelPaintRects::Show()
{ {
SdrView* pView = (SdrView*)pCShell->GetDrawView(); SdrView* pView = (SdrView*)pCShell->GetDrawView();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment