diff options
author | Krisztian Pinter <pin.terminator@gmail.com> | 2014-06-16 21:52:12 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2014-09-17 10:19:29 +0200 |
commit | 5f27596bed3bd155a321b66650d04226e6f2d1ee (patch) | |
tree | 96887f0289c37ed00cd84413307feba8e68b0bb6 /sfx2 | |
parent | 079c861f08d27aa8b6368aebc37f235979049286 (diff) |
Add writer document font colors to color palettes
Change-Id: If3fedc45586eee068c40e92da87d5d550a456a64
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 7 |
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; |