summaryrefslogtreecommitdiff
path: root/svtools/source/plugapp/ttprops.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/plugapp/ttprops.cxx')
-rw-r--r--svtools/source/plugapp/ttprops.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/svtools/source/plugapp/ttprops.cxx b/svtools/source/plugapp/ttprops.cxx
index 2d65d6df4e73..6efb3679997c 100644
--- a/svtools/source/plugapp/ttprops.cxx
+++ b/svtools/source/plugapp/ttprops.cxx
@@ -45,26 +45,4 @@ sal_Bool TTProperties::RequestProperty( sal_uInt16 nRequest )
return sal_True;
}
-
-sal_Bool TTProperties::GetSlots()
-{
- RequestProperty( TT_PR_SLOTS );
- return HasSlots();
-}
-
-sal_uInt16 TTProperties::ExecuteFunction( sal_uInt16 nSID, SfxPoolItem** ppArgs, sal_uInt16 nMode )
-{
- mnSID = nSID;
- mppArgs = ppArgs;
- mnMode = nMode;
- RequestProperty( TT_PR_DISPATCHER );
- mppArgs = NULL;
- return nActualPR;
-}
-
-SvtResId TTProperties::GetSvtResId( sal_uInt16 nId )
-{
- return SvtResId( nId );
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */