diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-25 12:20:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-25 17:23:48 +0200 |
commit | 9d548868c62acd56fb1686281018a473028b5584 (patch) | |
tree | cbabb2cb5e4bfcad438d778c9cb6a9ba21bf27a2 /sfx2 | |
parent | 685b520a5929ce1b0b7af1adbc4dc9462e222d3c (diff) |
move getUIRootDir to AllSettings
Change-Id: I3b7774a043a2c99531e1c76b531df4358699bba7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99440
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index 3b85a2e374e4..ead00a2beeb9 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -71,7 +71,7 @@ BackingWindow::BackingWindow( vcl::Window* i_pParent ) : maButtonsTextColor(Color(officecfg::Office::Common::Help::StartCenter::StartCenterTextColor::get())), mbInitControls( false ) { - m_pUIBuilder.reset(new VclBuilder(this, getUIRootDir(), "sfx/ui/startcenter.ui", "StartCenter" )); + m_pUIBuilder.reset(new VclBuilder(this, AllSettings::GetUIRootDir(), "sfx/ui/startcenter.ui", "StartCenter" )); get(mpOpenButton, "open_all"); get(mpRemoteButton, "open_remote"); |