summaryrefslogtreecommitdiff
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-04 22:41:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-05 10:02:57 +0100
commitdb1b7178dde8daa8660becf35acf8362b5f4bd7e (patch)
tree902efefff371fcc0d9dfd42f0bacda289070f3c5 /svx/source/dialog
parent31e203f1fd9a32c70c37a73f13963992e1cc17ef (diff)
callcatcher: unused methods
Diffstat (limited to 'svx/source/dialog')
-rw-r--r--svx/source/dialog/graphctl.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/svx/source/dialog/graphctl.cxx b/svx/source/dialog/graphctl.cxx
index f4b98e26fcfb..a9e1d883ff09 100644
--- a/svx/source/dialog/graphctl.cxx
+++ b/svx/source/dialog/graphctl.cxx
@@ -758,15 +758,6 @@ void GraphCtrl::SetObjKind( const SdrObjKind _eObjKind )
eObjKind = OBJ_NONE;
}
-String GraphCtrl::GetStringFromDouble( const double& rDouble )
-{
- sal_Unicode cSep =
- SvtSysLocale().GetLocaleData().getNumDecimalSep().GetChar(0);
- String aStr( ::rtl::math::doubleToUString( rDouble,
- rtl_math_StringFormat_F, 2, cSep ));
- return aStr;
-}
-
IMPL_LINK( GraphCtrl, UpdateHdl, Timer*, pTimer )
{
if ( aUpdateLink.IsSet() )