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 | |
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>
-rw-r--r-- | cui/uiconfig/ui/optchartcolorspage.ui | 2 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/notebookbar.ui | 2 |
2 files changed, 2 insertions, 2 deletions
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> |