[Libreoffice-commits] core.git: sd/source

Kohei Yoshida kohei.yoshida at gmail.com
Fri Mar 1 12:56:16 PST 2013


 sd/source/ui/dlg/RemoteDialog.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6ee08cc0f1e3b38f21bd4d1cc47412ce38bb13e6
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Fri Mar 1 15:54:52 2013 -0500

    Get sd to build even when impress remote is disabled.
    
    Change-Id: I8706d08ab8abe05ea76ea65210726911e446c20b

diff --git a/sd/source/ui/dlg/RemoteDialog.cxx b/sd/source/ui/dlg/RemoteDialog.cxx
index 2765eb2..60fd783 100644
--- a/sd/source/ui/dlg/RemoteDialog.cxx
+++ b/sd/source/ui/dlg/RemoteDialog.cxx
@@ -73,7 +73,9 @@ IMPL_LINK_NOARG(RemoteDialog, HandleConnectButton)
 
 IMPL_LINK_NOARG( RemoteDialog, CloseHdl )
 {
+#ifdef ENABLE_SDREMOTE
     RemoteServer::restoreDiscoverable();
+#endif
     Close();
     return 0;
 }


More information about the Libreoffice-commits mailing list