cui/uiconfig/ui/optchartcolorspage.ui | 2 +- sfx2/uiconfig/ui/notebookbar.ui | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5d2dbcbd69a029d5f755111092df9d36ed1c1593 Author: Caolán McNamara <[email protected]> AuthorDate: Tue Jan 29 14:53:28 2019 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Jan 29 20:51:23 2019 +0100 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/cui/uiconfig/ui/optchartcolorspage.ui b/cui/uiconfig/ui/optchartcolorspage.ui index 5e8debc83454..ee23c1cc7450 100644 --- a/cui/uiconfig/ui/optchartcolorspage.ui +++ b/cui/uiconfig/ui/optchartcolorspage.ui @@ -146,7 +146,7 @@ </packing> </child> <child> - <object class="svxlo-SvxColorValueSet" id="table:border"> + <object class="svxcorelo-SvxColorValueSet" id="table:border"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
