diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-13 09:11:34 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-13 09:16:46 +0100 |
commit | e746cf656d71b78216b65c3352a8441829bbf6db (patch) | |
tree | 9094247f4378c47b2a7277c4a66f16879c0c1f9d /include/vcl/builder.hxx | |
parent | 617c72c1516417da0134859e0a8818ce1e0bf60a (diff) |
Vcl: Add TooltipLabel to vcl buttons also
Change-Id: I332041e2d1d53f56cd38c1cd1ca325252535a53c
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r-- | include/vcl/builder.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx index b844f5896b09..fee454591a6f 100644 --- a/include/vcl/builder.hxx +++ b/include/vcl/builder.hxx @@ -107,7 +107,9 @@ public: static void reorderWithinParent(vcl::Window &rWindow, sal_uInt16 nNewPosition); /// Get label of the command (like of .uno:Save) from the description service - static OUString getCommandLabel(const OUString& rCommand, const css::uno::Reference<css::uno::XComponentContext>& rContext, const OUString& rModuleId); + static OUString getCommandProperty(const OUString aProperty, 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( |