summaryrefslogtreecommitdiffstats
path: root/svtools/source/control/valueimp.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-08-15 08:53:48 +0200
committerJan Holesovsky <kendy@suse.cz>2011-08-15 13:11:52 +0200
commit0110b80eefd560de13bac34a3bcae838aaf1cba2 (patch)
treee55d78d9f166ed81865ac74d5e9ac781a06e9d02 /svtools/source/control/valueimp.hxx
parentcallcatcher: Remove unused CalendarField and CalendarWrapper methods. (diff)
downloadcore-0110b80eefd560de13bac34a3bcae838aaf1cba2.tar.gz
core-0110b80eefd560de13bac34a3bcae838aaf1cba2.zip
callcatcher: Remove unused ValueSet methods.
Diffstat (limited to 'svtools/source/control/valueimp.hxx')
-rw-r--r--svtools/source/control/valueimp.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/svtools/source/control/valueimp.hxx b/svtools/source/control/valueimp.hxx
index 57bb5fae0650..3e638ca365b2 100644
--- a/svtools/source/control/valueimp.hxx
+++ b/svtools/source/control/valueimp.hxx
@@ -95,7 +95,6 @@ struct ValueSetItem
::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >
GetAccessible( bool bIsTransientChildrenDisabled );
- void ClearAccessible();
};
typedef ::std::vector< ValueSetItem* > ValueItemList;
@@ -242,14 +241,6 @@ private:
void ThrowIfDisposed (void)
throw (::com::sun::star::lang::DisposedException);
- /** Check whether or not the object has been disposed (or is in the
- state of beeing disposed).
-
- @return sal_True, if the object is disposed or in the course
- of being disposed. Otherwise, sal_False is returned.
- */
- sal_Bool IsDisposed (void);
-
/** Check whether the value set has a 'none' field, i.e. a field (button)
that deselects any items (selects none of them).
@return