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 /vcl/source/control/notebookbar.cxx | |
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 'vcl/source/control/notebookbar.cxx')
-rw-r--r-- | vcl/source/control/notebookbar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/notebookbar.cxx b/vcl/source/control/notebookbar.cxx index 3dd4f889ee71..c6bbe576c05d 100644 --- a/vcl/source/control/notebookbar.cxx +++ b/vcl/source/control/notebookbar.cxx @@ -63,7 +63,7 @@ NotebookBar::NotebookBar(Window* pParent, const OString& rID, const OUString& rU mxFrame = rFrame; SetStyle(GetStyle() | WB_DIALOGCONTROL); - OUString sUIDir = getUIRootDir(); + OUString sUIDir = AllSettings::GetUIRootDir(); bool doesCustomizedUIExist = doesFileExist(getCustomizedUIRootDir(), rUIXMLDescription); if ( doesCustomizedUIExist ) sUIDir = getCustomizedUIRootDir(); |