summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-08-09 15:01:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-08-09 22:09:15 +0200
commit622347b913dd0aedaec1d0a4658e5dc7801f6bde (patch)
treeb6d582523a4d0db32d1a762de35b5aed5b63cee5 /include/vcl
parent8d3a4fa775a23371aed58bbbab1d5a7537df5110 (diff)
send this MapMode scale thing back to where it came from
Change-Id: Ic33f4b4bf7a0df35f04778e474f5a136f06be4a6 Reviewed-on: https://gerrit.libreoffice.org/40926 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/mapmod.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/mapmod.hxx b/include/vcl/mapmod.hxx
index 6908833ec49c..b426326ac485 100644
--- a/include/vcl/mapmod.hxx
+++ b/include/vcl/mapmod.hxx
@@ -55,9 +55,6 @@ public:
void SetScaleY( const Fraction& rScaleY );
const Fraction& GetScaleY() const;
- /// Gets the multiplier, which is relative to 1/100 mm units
- double GetUnitMultiplier() const;
-
MapMode& operator=( const MapMode& rMapMode );
MapMode& operator=( MapMode&& rMapMode );
bool operator==( const MapMode& rMapMode ) const;