summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorPtyl Dragon <ptyl@cloudon.com>2013-10-29 18:12:00 +0200
committerJan Holesovsky <kendy@collabora.com>2013-11-15 16:51:56 +0100
commit2c27c563efcdace98e37da1dbc4824df7267ceaa (patch)
tree191ce45ea9574ddad7d5a607bafa691ef42af145 /sw
parent745517c12eaf032580fccb06c37da186ba6487d1 (diff)
created a long long unit for MLOContentSize
Change-Id: I41910058088161119d3cae8ca625d456652d890f
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/view/viewsh.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 14bf6eb8b30c..d0f27e8bea94 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -1815,6 +1815,15 @@ void touch_lo_draw_tile(void * context, int contextWidth, int contextHeight, int
}
Application::ReleaseSolarMutex();
}
+extern "C"
+MLOContentSize touch_lo_get_content_size()
+{
+ SwWrtShell *pViewShell = GetActiveWrtShell();
+ if (pViewShell)
+ {
+ }
+ return MLOContentSizeMake(0,0);
+}
#endif
extern "C" void touch_ui_selection_none() {}