diff options
author | OmkarAcharekar <omkaracharekar12@gmail.com> | 2024-02-20 21:09:09 +0530 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-02-21 10:02:57 +0100 |
commit | 01e0931ba455a5ad9e1aa4b8ddd6951b6aa56902 (patch) | |
tree | f00872874fd560b66c84d8a874ac6d4d2e4cfef2 /include/vcl | |
parent | 707344eaecbff672d7c837709d5c70d3eb04b6fd (diff) |
tdf#130857 - Drop unused `getUIFile` method from VclBuilder class.
Noticed during refactoring builer patch [1], the getUIFile method is not been used anywhere. So it make sense to drop it.
[1] https://gerrit.libreoffice.org/c/core/+/163103/4..5/include/vcl/builder.hxx#b76
Change-Id: I8bf1eec7aaccac528959029cddff0cdc8209ba00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163662
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/builder.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx index c879d6c97fba..6071b80087a1 100644 --- a/include/vcl/builder.hxx +++ b/include/vcl/builder.hxx @@ -114,12 +114,6 @@ public: //to be applied post ctor void setDeferredProperties(); - /// return UI-File name (without '.ui') - const OUString& getUIFile() const - { - return m_sHelpRoot; - } - static SymbolType mapStockToSymbol(std::u16string_view icon_name); private: |