diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-01-29 14:53:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-01-29 20:51:23 +0100 |
commit | 5d2dbcbd69a029d5f755111092df9d36ed1c1593 (patch) | |
tree | faf78d1964aed0d304c52b2706a1b2ab9ad9c2dd /sfx2/uiconfig | |
parent | 5543f99067a7aa1bc0a52fabe5bc693ec7d6fcbf (diff) |
Resolves: tdf#122977 widget claimed to be in wrong library
Change-Id: I635097e00e6b5d4f08badb1e99fa9b61b6b43856
Reviewed-on: https://gerrit.libreoffice.org/67084
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/notebookbar.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/notebookbar.ui b/sfx2/uiconfig/ui/notebookbar.ui index 3d192c007375..5c921496fe41 100644 --- a/sfx2/uiconfig/ui/notebookbar.ui +++ b/sfx2/uiconfig/ui/notebookbar.ui @@ -12,7 +12,7 @@ <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> - <object class="vcllo-NotebookbarTabControl" id="notebook1"> + <object class="sfxlo-NotebookbarTabControl" id="notebook1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> |