summaryrefslogtreecommitdiffstats
path: root/include/vcl/svpforlokit.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-20 13:12:08 +0200
committerTor Lillqvist <tml@collabora.com>2015-03-20 13:14:44 +0200
commit7edd92c5576cc358815eb21634b3c27a43990c20 (patch)
treeff6b3fef1be2a5efe349003811a266d0520c89ac /include/vcl/svpforlokit.hxx
parentFix various loplugin warnings (diff)
downloadcore-7edd92c5576cc358815eb21634b3c27a43990c20.tar.gz
core-7edd92c5576cc358815eb21634b3c27a43990c20.zip
Drop paintTile's row stride output parameter that nobody is interested in
Change-Id: I166b4b713c2ea52c62c52045bb2073b6d84c1547
Diffstat (limited to 'include/vcl/svpforlokit.hxx')
-rw-r--r--include/vcl/svpforlokit.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/svpforlokit.hxx b/include/vcl/svpforlokit.hxx
index 51299eea21d6..0b8477afe2f2 100644
--- a/include/vcl/svpforlokit.hxx
+++ b/include/vcl/svpforlokit.hxx
@@ -18,7 +18,6 @@
class SalFrame;
VCL_DLLPUBLIC void InitSvpForLibreOfficeKit();
-VCL_DLLPUBLIC int GetRowStrideForLibreOfficeKit(SalVirtualDevice* pVD);
VCL_DLLPUBLIC SalFrame* GetSvpFocusFrameForLibreOfficeKit();
VCL_DLLPUBLIC vcl::Window* GetSalFrameWindowForLibreOfficeKit(SalFrame *pSF);