summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpprtinfo.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-10-18 15:18:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-10-19 06:33:41 +0000
commite140e40c12118f3af630545a773bece8aaf3a18c (patch)
treeb3644bf17752a292649682139fb42cd832a5d4d0 /lotuswordpro/source/filter/lwpprtinfo.cxx
parentloplugin:expandablemethodds in filter..forms (diff)
downloadcore-e140e40c12118f3af630545a773bece8aaf3a18c.tar.gz
core-e140e40c12118f3af630545a773bece8aaf3a18c.zip
loplugin:expandablemethodds in lotuswordpro..package
Change-Id: Id33d88edc4be00f4238792d885e392cc08e72386 Reviewed-on: https://gerrit.libreoffice.org/30017 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lotuswordpro/source/filter/lwpprtinfo.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpprtinfo.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/lotuswordpro/source/filter/lwpprtinfo.cxx b/lotuswordpro/source/filter/lwpprtinfo.cxx
index ee6a6a07d015..bd793aab1b00 100644
--- a/lotuswordpro/source/filter/lwpprtinfo.cxx
+++ b/lotuswordpro/source/filter/lwpprtinfo.cxx
@@ -57,14 +57,6 @@
LwpPrinterInfo::LwpPrinterInfo(LwpObjectStream* pStrm)
{
- Read(pStrm);
-}
-/**
- * @descr read printer info in VO_DOCUMENT
- */
-void LwpPrinterInfo::Read(LwpObjectStream* pStrm)
-{
- //Just skip now
Skip(pStrm);
}
/**