summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorPtyl Dragon <ptyl@cloudon.com>2013-10-29 16:22:06 +0200
committerJan Holesovsky <kendy@collabora.com>2013-11-15 16:51:55 +0100
commit46f2b5388c1d7d1de3aa86054f28d2555634a8d9 (patch)
tree63fd4d6611f56f21d3c3f5277f49138d6a9090f6 /sw
parent53001c774adbe2da8a4cb536a026a6f4cd4d8674 (diff)
changed to CGSize
Change-Id: Ic84fcadf4332210693586825cdd8e32ef0f2a727
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/view/viewsh.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index c6cf0d324a9b..aff6c529a116 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -1770,7 +1770,6 @@ void SwViewShell::PaintTile(OutputDevice *pOut, const Rectangle &rRect)
}
#if !HAVE_FEATURE_DESKTOP
-
extern "C"
void touch_lo_draw_tile(void * context, int contextWidth, int contextHeight, int tilePosX, int tilePosY, int tileWidth, int tileHeight)
{
@@ -1812,17 +1811,6 @@ void touch_lo_draw_tile(void * context, int contextWidth, int contextHeight, int
contextHeight);
}
}
-
-extern "C"
-Size touch_lo_get_content_size()
-{
- SwWrtShell *pViewShell = GetActiveWrtShell();
- Size contentSize(0,0);
- if (pViewShell)
- {
- }
- return contentSize;
-}
#endif
extern "C" void touch_ui_selection_none() {}