summaryrefslogtreecommitdiffstats
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-18 09:37:44 +0200
committerNoel Grandin <noel@peralex.com>2015-12-21 10:20:31 +0200
commite18b08363a939b35e7f5dc435e606d2c62bddebd (patch)
tree6318e03a67fd2dfbbd29b88b3de36ad7e9fd6292 /include/vcl/builder.hxx
parenttoolkit: mark AccessibleScrollBar:XAccessibleEventBroadcaster as a known issue (diff)
downloadcore-e18b08363a939b35e7f5dc435e606d2c62bddebd.tar.gz
core-e18b08363a939b35e7f5dc435e606d2c62bddebd.zip
loplugin:unusedmethods
Change-Id: Ifafdaf6da0225f244853a0042a6458643b570623
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r--include/vcl/builder.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 074200abea69..1b6cc1f34dff 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -106,19 +106,6 @@ public:
static void reorderWithinParent(std::vector< vcl::Window*>& rChilds, bool bIsButtonBox);
static void reorderWithinParent(vcl::Window &rWindow, sal_uInt16 nNewPosition);
- /// Get label of the command (like of .uno:Save) from the description service
- static OUString getCommandProperty(const OUString& rProperty, const OUString& rCommand,
- const css::uno::Reference<css::uno::XComponentContext>& rContext,
- const OUString& rModuleId);
-
- /// Get image of the command (like of .uno:Save) from the description service
- static Image getCommandImage(
- const OUString& rCommand,
- bool bLarge,
- const css::uno::Reference<css::uno::XComponentContext>& rContext,
- const css::uno::Reference<css::frame::XFrame>& rFrame,
- const OUString& rModuleId );
-
css::uno::Reference<css::frame::XFrame> getFrame() { return m_xFrame; }
private: