summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-05-16 18:43:19 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-05-16 21:05:10 +0200
commit7865aa4c9e08e5dccf3627a68daf439a26e1bd4d (patch)
tree21c13603f81e64b626282ee832b2bf4d2bf98821 /include
parent6e3f9d38c0bdeff606d36ce8daabd3ad8ee1b6bb (diff)
Remove unused mpVirtDev (vcl/textview)
Unused since commit 72edb6967f245f0c99c6a61e0ce8d0a245600cba "loplugin:unusedmethods in vcl" + remove useless EraseVirtualDevice Change-Id: I1b932bb49e9f84e3ddb5c3ab69b3d1b3131233e2 Reviewed-on: https://gerrit.libreoffice.org/37685 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/textview.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx
index b46bc5f3891c..ba96f89dba56 100644
--- a/include/vcl/textview.hxx
+++ b/include/vcl/textview.hxx
@@ -169,8 +169,6 @@ public:
void SetPaintSelection( bool bPaint);
- void EraseVirtualDevice();
-
// aus dem protected Teil hierher verschoben
// For 'SvtXECTextCursor' (TL). Must ggf nochmal anders gel?st werden.
TextPaM PageUp( const TextPaM& rPaM );