diff options
Diffstat (limited to 'include/svx/xtable.hxx')
-rw-r--r-- | include/svx/xtable.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/xtable.hxx b/include/svx/xtable.hxx index 1d781b970495..6039e151af3a 100644 --- a/include/svx/xtable.hxx +++ b/include/svx/xtable.hxx @@ -267,6 +267,7 @@ public: void Replace(long nIndex, std::unique_ptr<XColorEntry> pEntry); XColorEntry* GetColor(long nIndex) const; + long GetIndexOfColor( const Color& rColor) const; virtual css::uno::Reference< css::container::XNameContainer > createInstance() override; virtual bool Create() override; |