summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-06-15 20:18:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-17 08:36:31 +0200
commita98ac7220a92c1dfee9a2a490d764094050ffb91 (patch)
tree4c7345cdfb7beeff4e44f02dbaacd8627c0c0040 /sd/source
parent2404a17e157273430d40ceaa1ab1275e7b50ba6e (diff)
TransferableObjectDescriptor::mnOle2Misc field is unused
which means that SfxObjectShell::GetMiscStatus becomes unused Change-Id: I5c89a2cd5c77c7f08a57fdac08237aab514fc7fa Reviewed-on: https://gerrit.libreoffice.org/38843 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/func/fuinsert.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/func/fuinsert.cxx b/sd/source/ui/func/fuinsert.cxx
index 588e4a8ab0d6..14487d300c3f 100644
--- a/sd/source/ui/func/fuinsert.cxx
+++ b/sd/source/ui/func/fuinsert.cxx
@@ -524,10 +524,6 @@ void FuInsertOLE::DoExecute( SfxRequest& rReq )
{
if (xObj.is())
{
- //TODO/LATER: needs status for RESIZEONPRINTERCHANGE
- //if( SVOBJ_MISCSTATUS_RESIZEONPRINTERCHANGE & xObj->getStatus( nAspect ) )
- // aIPObj->OnDocumentPrinterChanged( mpDocSh->GetPrinter(sal_False) );
-
bool bInsertNewObject = true;
Size aSize;