include/vcl/builder.hxx | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit 01e0931ba455a5ad9e1aa4b8ddd6951b6aa56902
Author: OmkarAcharekar <[email protected]>
AuthorDate: Tue Feb 20 21:09:09 2024 +0530
Commit: Michael Weghorn <[email protected]>
CommitDate: Wed Feb 21 10:02:57 2024 +0100
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 <[email protected]>
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: