summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2014-06-16 21:52:12 +0200
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2014-09-17 10:19:29 +0200
commit5f27596bed3bd155a321b66650d04226e6f2d1ee (patch)
tree96887f0289c37ed00cd84413307feba8e68b0bb6 /sfx2/source
parent079c861f08d27aa8b6368aebc37f235979049286 (diff)
Add writer document font colors to color palettes
Change-Id: If3fedc45586eee068c40e92da87d5d550a456a64
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/doc/objcont.cxx7
1 files changed, 7 insertions, 0 deletions
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<Color> SfxObjectShell::GetDocColors()
+{
+ std::vector<Color> empty;
+ return empty;
+}
+
SfxStyleSheetBasePool* SfxObjectShell::GetStyleSheetPool()
{
return 0;