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 /include | |
parent | 079c861f08d27aa8b6368aebc37f235979049286 (diff) |
Add writer document font colors to color palettes
Change-Id: If3fedc45586eee068c40e92da87d5d550a456a64
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index 3456fd8625c8..9b8a01c4a217 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -489,6 +489,8 @@ public: #define DEF_CONTENT_COUNT 1 + virtual std::vector<Color> GetDocColors(); + virtual void LoadStyles( SfxObjectShell &rSource ); void ReadNote( INote * ); void UpdateNote( INote * ); |