summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLThemeContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLThemeContext.hxx')
-rw-r--r--xmloff/inc/XMLThemeContext.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/XMLThemeContext.hxx b/xmloff/inc/XMLThemeContext.hxx
index f8ee08d5d4e8..c3056fa74216 100644
--- a/xmloff/inc/XMLThemeContext.hxx
+++ b/xmloff/inc/XMLThemeContext.hxx
@@ -24,13 +24,14 @@ class Theme;
/// Imports the theme
class XMLThemeContext : public SvXMLImportContext
{
- css::uno::Reference<css::uno::XInterface> m_xObject;
+ // Any UNO object that has the "Theme" property - usually XPage (master page) or XModel
+ css::uno::Reference<css::uno::XInterface> m_xObjectWithThemeProperty;
std::shared_ptr<model::Theme> mpTheme;
public:
XMLThemeContext(SvXMLImport& rImport,
css::uno::Reference<css::xml::sax::XFastAttributeList> const& xAttrList,
- css::uno::Reference<css::uno::XInterface> const& xObject);
+ css::uno::Reference<css::uno::XInterface> const& xObjectWithThemeProperty);
~XMLThemeContext();
css::uno::Reference<css::xml::sax::XFastContextHandler> SAL_CALL createFastChildContext(