sw/source/ui/uiview/view0.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ec7af76e37993f0dd0870dc2f7b89677af8c88c2
Author: Muhammad Haggag <mhag...@gmail.com>
Date:   Mon Jun 25 09:33:36 2012 +0200

    fdo#44602 Modeless word count window hides when user clicks into a note
    
    The word count dialog wasn't registered as a child window in the SwView 
interface. Now it is.
    
    Change-Id: I334e3403f91ff6884ef1e3a6a64149c284926726
    Reviewed-on: https://gerrit.libreoffice.org/236
    Tested-by: Michael Meeks <michael.me...@suse.com>
    Reviewed-by: Michael Meeks <michael.me...@suse.com>

diff --git a/sw/source/ui/uiview/view0.cxx b/sw/source/ui/uiview/view0.cxx
index 1d23e78..be41613 100644
--- a/sw/source/ui/uiview/view0.cxx
+++ b/sw/source/ui/uiview/view0.cxx
@@ -105,6 +105,7 @@ SFX_IMPL_INTERFACE( SwView, SfxViewShell, 
SW_RES(RID_TOOLS_TOOLBOX) )
     SFX_CHILDWINDOW_REGISTRATION(SwSpellDialogChildWindow::GetChildWindowId());
     SFX_CHILDWINDOW_REGISTRATION(FN_REDLINE_ACCEPT);
     SFX_CHILDWINDOW_REGISTRATION(SID_HYPERLINK_DIALOG);
+    SFX_CHILDWINDOW_REGISTRATION(FN_WORDCOUNT_DIALOG);
     SFX_CHILDWINDOW_REGISTRATION(GalleryChildWindow::GetChildWindowId());
     SFX_CHILDWINDOW_REGISTRATION(::avmedia::MediaPlayer::GetChildWindowId());
     SFX_CHILDWINDOW_REGISTRATION(FN_INSERT_FIELD_DATA_ONLY);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to