summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterConfigurationAccess.hxx
diff options
context:
space:
mode:
authorFelix Zhang <fezhang@suse.com>2011-10-24 17:50:01 +0800
committerJan Holesovsky <kendy@suse.cz>2011-10-25 11:12:54 +0200
commita38cbc58bbe3b385830a5287ea272e28a8ae3652 (patch)
tree0dc304166274847acf6b95755a4c4e0ac6d3e887 /sdext/source/presenter/PresenterConfigurationAccess.hxx
parent605369eec7236f36c73ede5fdb8cba478db0e291 (diff)
remove unused methods from sdext:presenter
Diffstat (limited to 'sdext/source/presenter/PresenterConfigurationAccess.hxx')
-rw-r--r--sdext/source/presenter/PresenterConfigurationAccess.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sdext/source/presenter/PresenterConfigurationAccess.hxx b/sdext/source/presenter/PresenterConfigurationAccess.hxx
index 81f1130e696b..e00b17892f8e 100644
--- a/sdext/source/presenter/PresenterConfigurationAccess.hxx
+++ b/sdext/source/presenter/PresenterConfigurationAccess.hxx
@@ -86,8 +86,6 @@ public:
*/
css::uno::Any GetConfigurationNode (
const ::rtl::OUString& rsPathToNode);
- css::uno::Reference<css::beans::XPropertySet> GetNodeProperties (
- const ::rtl::OUString& rsPathToNode);
/** Return <TRUE/> when opening the configuration (via creating a new
PresenterConfigurationAccess object) or previous calls to
@@ -134,8 +132,6 @@ public:
*/
void CommitChanges (void);
- css::uno::Any GetValue (const rtl::OUString& sKey);
-
typedef ::boost::function<void(
const ::rtl::OUString&,
const ::std::vector<css::uno::Any>&) > ItemProcessor;
@@ -163,22 +159,6 @@ public:
const css::uno::Reference<css::container::XNameAccess>& rxContainer,
const PropertySetProcessor& rProcessor);
- /** Fill a list with the string contents of all sub-elements in the given container.
- @param rxContainer
- The container is a XNameAccess to a list of the configuration.
- This can be a node returned by GetConfigurationNode().
- @param rsArgument
- This specifies which string children of the elements in the
- container are to be inserted into the list. The specified child
- has to be of type string.
- @param rList
- The list to be filled.
- */
- static void FillList(
- const css::uno::Reference<css::container::XNameAccess>& rxContainer,
- const ::rtl::OUString& rsArgument,
- ::std::vector<rtl::OUString>& rList);
-
static css::uno::Any Find (
const css::uno::Reference<css::container::XNameAccess>& rxContainer,
const Predicate& rPredicate);