diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-22 13:07:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-22 13:07:28 +0000 |
commit | 86db36d945865873b86251f410cef126ec73ad67 (patch) | |
tree | 8d891cc4fafd663816ad7054dc64fd3f38339a19 /oox/source | |
parent | 25d73b74582ce52afd6dc9aaa0ff21991d4a224d (diff) |
INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED
2008/06/30 09:57:35 dr 1.5.6.3: RESYNC: (1.5-1.6); FILE MERGED
2008/06/06 16:27:54 dr 1.5.6.2: chart formatting: builtin line/fill/effect styles, manual line formatting
2008/05/27 10:40:43 dr 1.5.6.1: joined changes from CWS xmlfilter05
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/shape/ShapeFilterBase.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/oox/source/shape/ShapeFilterBase.hxx b/oox/source/shape/ShapeFilterBase.hxx index 9ddf975fa0dd..0657aea11c2e 100644 --- a/oox/source/shape/ShapeFilterBase.hxx +++ b/oox/source/shape/ShapeFilterBase.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ShapeFilterBase.hxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -52,6 +52,9 @@ public: virtual ~ShapeFilterBase(); + /** Has to be implemented by each filter, returns the current theme. */ + virtual const ::oox::drawingml::Theme* getCurrentTheme() const; + /** Has to be implemented by each filter to resolve scheme colors. */ virtual sal_Int32 getSchemeClr( sal_Int32 nColorSchemeToken ) const; |