summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-09-02 10:55:15 -0300
committerThomas Arnhold <thomas@arnhold.org>2013-09-03 09:16:14 +0000
commitb62826ad3887305a76ee1ceabe2060f9d6e8723f (patch)
tree554edd25a04e870c00799bb8d103ddfa3baf8de2 /toolkit
parentea7ce8cf08521a7609d2ffc0969b1541fbbb9d0c (diff)
Remove more unused methods
Change-Id: I79548f9dd1b83ef940e7a1302cf7b728610fed4a Reviewed-on: https://gerrit.libreoffice.org/5757 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/controls/unocontrolbase.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/toolkit/source/controls/unocontrolbase.cxx b/toolkit/source/controls/unocontrolbase.cxx
index 26f06be28c1a..e87c54ee4d2a 100644
--- a/toolkit/source/controls/unocontrolbase.cxx
+++ b/toolkit/source/controls/unocontrolbase.cxx
@@ -151,11 +151,6 @@ sal_Int32 UnoControlBase::ImplGetPropertyValue_INT32( sal_uInt16 nProp )
return ImplGetPropertyValuePOD<sal_Int32>(nProp);
}
-sal_Int64 UnoControlBase::ImplGetPropertyValue_INT64( sal_uInt16 nProp )
-{
- return ImplGetPropertyValuePOD<sal_Int64>(nProp);
-}
-
double UnoControlBase::ImplGetPropertyValue_DOUBLE( sal_uInt16 nProp )
{
return ImplGetPropertyValuePOD<double>(nProp);