summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar
diff options
context:
space:
mode:
authorSiqi <me@siqi.fr>2013-07-25 12:03:31 +0200
committerSiqi LIU <me@siqi.fr>2013-07-25 17:28:01 +0200
commit24d46ea66485ff8b5bca49ec587b41547787bf42 (patch)
tree247e8bfd875b6ba936a0bf96dcc7417d9fc64748 /sd/source/ui/sidebar
parentd041980a7aad0e6d111752ca98db42f9853a3c6b (diff)
avahi works
Change-Id: I5302235faf8b7402347cd1d091c43f953e0c4bbe Signed-off-by: Siqi LIU <me@siqi.fr>
Diffstat (limited to 'sd/source/ui/sidebar')
-rw-r--r--sd/source/ui/sidebar/PanelFactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/PanelFactory.cxx b/sd/source/ui/sidebar/PanelFactory.cxx
index dbdd48b593bd..c2f0a7441eb2 100644
--- a/sd/source/ui/sidebar/PanelFactory.cxx
+++ b/sd/source/ui/sidebar/PanelFactory.cxx
@@ -78,7 +78,7 @@ Reference<XInterface> SAL_CALL PanelFactory_createInstance (
if (!bSidebar)
{
SAL_WARN( "sd", "Creating a disabled sidebar factory" );
- return NULL;
+ return NULL;
}
return Reference<XInterface>(static_cast<XWeak*>(new PanelFactory(rxContext)));