summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-22 16:40:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-23 12:35:54 +0100
commit1adb8f26cb9eeb71fc73029292257258ade7142e (patch)
tree30f2de155ff12f8a9eb9a29dfb030485b28bd663
parentc818a416a2e3c7ab42cecd6f9bd52877d3a41890 (diff)
keep this simple
-rw-r--r--sw/source/ui/app/swdll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/swdll.cxx b/sw/source/ui/app/swdll.cxx
index 83fd2198eea6..ff22a1c8f2e8 100644
--- a/sw/source/ui/app/swdll.cxx
+++ b/sw/source/ui/app/swdll.cxx
@@ -101,7 +101,7 @@ SwDLL::SwDLL()
SfxObjectFactory* pWDocFact = &SwWebDocShell::Factory();
SwModule* pModule = new SwModule( pWDocFact, pDocFact, pGlobDocFact );
- (*ppShlPtr) = pModule;
+ *ppShlPtr = pModule;
pWDocFact->SetDocumentServiceName(C2S("com.sun.star.text.WebDocument"));