summaryrefslogtreecommitdiff
path: root/include/sfx2/objsh.hxx
diff options
context:
space:
mode:
authorKrisztian Pinter <pin.terminator@gmail.com>2014-06-16 21:52:12 +0200
committerKrisztian Pinter <pin.terminator@gmail.com>2014-07-25 17:09:07 +0200
commitef6521a1833bf1f1a12da8ad012783be112dbf3a (patch)
tree46332f06961988a710c0b6a8983a7a5c2ac39489 /include/sfx2/objsh.hxx
parent0497864bd4f603605997938d504ef9598623e713 (diff)
Add writer document font colors to color palettes
Change-Id: If3fedc45586eee068c40e92da87d5d550a456a64
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r--include/sfx2/objsh.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx
index 1cb8e910af05..6f5b51631b00 100644
--- a/include/sfx2/objsh.hxx
+++ b/include/sfx2/objsh.hxx
@@ -485,6 +485,8 @@ public:
#define DEF_CONTENT_COUNT 1
+ virtual std::vector<Color> GetDocColors();
+
virtual void LoadStyles( SfxObjectShell &rSource );
void ReadNote( INote * );
void UpdateNote( INote * );