diff options
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/drawingml/clrscheme.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/drawingml/clrscheme.hxx b/include/oox/drawingml/clrscheme.hxx index fbb107601940..01711fe8bfbd 100644 --- a/include/oox/drawingml/clrscheme.hxx +++ b/include/oox/drawingml/clrscheme.hxx @@ -92,6 +92,8 @@ public: void SetName(const OUString& rName) { maName = rName; } const OUString& GetName() const { return maName; } + + void ToAny(css::uno::Any& rVal) const; }; } |