From 5f27596bed3bd155a321b66650d04226e6f2d1ee Mon Sep 17 00:00:00 2001 From: Krisztian Pinter Date: Mon, 16 Jun 2014 21:52:12 +0200 Subject: Add writer document font colors to color palettes Change-Id: If3fedc45586eee068c40e92da87d5d550a456a64 --- sfx2/source/doc/objcont.cxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sfx2') diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index a5ec5c907ecc..e1cb06382263 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -298,6 +298,13 @@ SfxDocumentInfoDialog* SfxObjectShell::CreateDocumentInfoDialog + +std::vector SfxObjectShell::GetDocColors() +{ + std::vector empty; + return empty; +} + SfxStyleSheetBasePool* SfxObjectShell::GetStyleSheetPool() { return 0; -- cgit