diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-24 01:24:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-24 11:21:42 +0100 |
commit | cb97526259e265e488a50c2747407f7289f8839c (patch) | |
tree | 9878e79d50804e941141fbc8391b47829faf323f /svtools/inc | |
parent | 7e4ed3e5b8b9209240b9608aa0037a6a6732ef1c (diff) |
callcatcher: remove various unused methods
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/FilterConfigItem.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/inc/svtools/FilterConfigItem.hxx b/svtools/inc/svtools/FilterConfigItem.hxx index 06988af9704b..d2c45867844d 100644 --- a/svtools/inc/svtools/FilterConfigItem.hxx +++ b/svtools/inc/svtools/FilterConfigItem.hxx @@ -76,8 +76,6 @@ class SVT_DLLPUBLIC FilterConfigItem // 3. given default sal_Bool ReadBool( const ::rtl::OUString& rKey, sal_Bool bDefault ); sal_Int32 ReadInt32( const ::rtl::OUString& rKey, sal_Int32 nDefault ); - ::com::sun::star::awt::Size - ReadSize( const ::rtl::OUString& rKey, const ::com::sun::star::awt::Size& rDefault ); ::rtl::OUString ReadString( const ::rtl::OUString& rKey, const ::rtl::OUString& rDefault ); ::com::sun::star::uno::Any @@ -87,7 +85,6 @@ class SVT_DLLPUBLIC FilterConfigItem // and always stores into the FilterData sequence void WriteBool( const ::rtl::OUString& rKey, sal_Bool bValue ); void WriteInt32( const ::rtl::OUString& rKey, sal_Int32 nValue ); - void WriteSize( const ::rtl::OUString& rKey, const ::com::sun::star::awt::Size& rSize ); void WriteString( const ::rtl::OUString& rKey, const ::rtl::OUString& rString ); void WriteAny( const rtl::OUString& rKey, const ::com::sun::star::uno::Any& rAny ); |