diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-02-09 11:29:37 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-09 11:29:37 +0100 |
commit | c12ab867f282e783507fcf74ab5c90e784681f65 (patch) | |
tree | 6435dd10b5d05d86b9ea4549bceb2696d028b641 /starmath/source | |
parent | d84e78aa31252f6e514ad8a8ef38c4a4ec93cb37 (diff) |
Remove unused methods
GetOptimalSizePixel and GetHCtrlWidth are never called
Change-Id: Ib2ce1445447e85de66683f8b0fdf4fc8aa464084
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/view.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 306d92a26716..964e284f3df6 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -935,14 +935,6 @@ SFX_IMPL_NAMED_VIEWFACTORY(SmViewShell, "Default") } -Size SmViewShell::GetOptimalSizePixel() const -{ - RTL_LOGFILE_CONTEXT( aLog, "starmath: SmViewShell::GetOptimalSizePixel" ); - - return aGraphic.LogicToPixel( ((SmViewShell*)this)->GetDoc()->GetSize() ); -} - - void SmViewShell::AdjustPosSizePixel(const Point &rPos, const Size &rSize) { RTL_LOGFILE_CONTEXT( aLog, "starmath: SmViewShell::AdjustPosSizePixel" ); |