summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/scene3dcontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/drawingml/scene3dcontext.hxx')
-rw-r--r--include/oox/drawingml/scene3dcontext.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/oox/drawingml/scene3dcontext.hxx b/include/oox/drawingml/scene3dcontext.hxx
index bbee4e677b9f..82af76eba44b 100644
--- a/include/oox/drawingml/scene3dcontext.hxx
+++ b/include/oox/drawingml/scene3dcontext.hxx
@@ -27,6 +27,17 @@ namespace oox { namespace drawingml {
struct Shape3DProperties;
+class Scene3DRotationPropertiesContext : public ::oox::core::ContextHandler2
+{
+public:
+ Scene3DRotationPropertiesContext( ::oox::core::ContextHandler2Helper& rParent, RotationProperties& rRotationProperties ) throw();
+
+ ::oox::core::ContextHandlerRef onCreateContext( ::sal_Int32 Element, const ::oox::AttributeList& rAttribs ) SAL_OVERRIDE;
+
+private:
+ RotationProperties& mrRotationProperties;
+};
+
class Scene3DPropertiesContext : public ::oox::core::ContextHandler2
{
public: