diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2018-07-17 15:16:39 +0200 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@cib.de> | 2018-07-17 17:40:10 +0200 |
commit | e244c2c56528dff0d4cfa4e46c3d24ca141bf2be (patch) | |
tree | 7496855af03412e83833975624728b3545d3bdd8 /include/svx | |
parent | 01d422f263f825904cc475c07e1bdbacd25f3b74 (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.hxx | 3 |
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 |