summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-11-24 09:38:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-11-24 10:12:51 +0100
commit7b355976ab65d059073978e4ab334c94a7dd450e (patch)
treeed6c37dd11ce49a48980e33b1d23e2caeea87ae1 /sc/source/ui/docshell/docsh4.cxx
parentee64bf10051f9dce5c9983e715e7dce9b3ca1535 (diff)
drop unused ATTR items
the table autoformat stuff does not use these values at all, it just writes the internal details of PoolItems in a pre-determined order Change-Id: Id6d8ae7508a8d19f5fd1e70f9a428d324082d3bf Reviewed-on: https://gerrit.libreoffice.org/45199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r--sc/source/ui/docshell/docsh4.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index f70909e4e24e..4647f2675f3a 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -1694,8 +1694,6 @@ void ScDocShell::ExecutePageStyle( const SfxViewShell& rCaller,
rReq.Done();
}
pDlg.disposeAndClear();
-
- rStyleSet.ClearItem( ATTR_PAGE_PAPERTRAY );
}
}
}