summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2018-07-17 15:16:39 +0200
committerArmin Le Grand <Armin.Le.Grand@cib.de>2018-07-17 17:40:10 +0200
commite244c2c56528dff0d4cfa4e46c3d24ca141bf2be (patch)
tree7496855af03412e83833975624728b3545d3bdd8 /include/svx
parent01d422f263f825904cc475c07e1bdbacd25f3b74 (diff)
tdf#117707 Correctly Scale ItemSets when pasting from External
Change-Id: Id01777a786fa7bb75d46ee0f78da645e94f7b840 Reviewed-on: https://gerrit.libreoffice.org/57556 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/sdr/properties/defaultproperties.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/sdr/properties/defaultproperties.hxx b/include/svx/sdr/properties/defaultproperties.hxx
index beff46818c30..a7a7d666a953 100644
--- a/include/svx/sdr/properties/defaultproperties.hxx
+++ b/include/svx/sdr/properties/defaultproperties.hxx
@@ -101,9 +101,6 @@ namespace sdr
// DefaultProperties::GetObjectItemSet() if a new ItemSet is created.
// Default implementation does nothing.
virtual void ForceDefaultAttributes();
-
- // Scale the included ItemSet.
- void Scale(const Fraction& rScale);
};
} // end of namespace properties
} // end of namespace sdr