summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/CommandImageResolver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uiconfiguration/CommandImageResolver.hxx')
-rw-r--r--framework/source/uiconfiguration/CommandImageResolver.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uiconfiguration/CommandImageResolver.hxx b/framework/source/uiconfiguration/CommandImageResolver.hxx
index 8b5dbe3a82b5..094229b3ab9e 100644
--- a/framework/source/uiconfiguration/CommandImageResolver.hxx
+++ b/framework/source/uiconfiguration/CommandImageResolver.hxx
@@ -43,7 +43,7 @@ public:
CommandImageResolver();
~CommandImageResolver();
- bool registerCommands(css::uno::Sequence<OUString>& aCommandSequence);
+ void registerCommands(css::uno::Sequence<OUString>& aCommandSequence);
Image getImageFromCommandURL(ImageType nImageType, const OUString& rCommandURL);
std::vector<OUString>& getCommandNames()