summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/docshdrw.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-16 23:54:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-05-20 15:24:32 +0100
commitf74ae6710e52f5a5385e231a4cc48c7748c031c8 (patch)
tree0f1a279f2e0a4169c079faa2f9d7fc69d6ffeca1 /sw/source/ui/app/docshdrw.cxx
parent764d08b3b0dd98f008b7739bf6b432e4b4293870 (diff)
adjust for modified singleton
Diffstat (limited to 'sw/source/ui/app/docshdrw.cxx')
-rw-r--r--sw/source/ui/app/docshdrw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/app/docshdrw.cxx b/sw/source/ui/app/docshdrw.cxx
index 58c892ff4f89..73e0b0c4342c 100644
--- a/sw/source/ui/app/docshdrw.cxx
+++ b/sw/source/ui/app/docshdrw.cxx
@@ -64,7 +64,7 @@ void SwDocShell::InitDraw()
rOutliner.SetHyphenator( xHyphenator );
}
else
- PutItem( SvxColorTableItem( XColorTable::GetStdColorTable(), SID_COLOR_TABLE ));
+ PutItem( SvxColorTableItem( &XColorTable::GetStdColorTable(), SID_COLOR_TABLE ));
}