summaryrefslogtreecommitdiff
path: root/xmloff/source/style/prhdlfac.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-05-10 09:09:49 +0000
committerMichael Brauer <mib@openoffice.org>2001-05-10 09:09:49 +0000
commit939c6ceda0fdedbaba3daab7869c6cf494224386 (patch)
treea23ca2e74523bbc031336e58c97000e9d2c98a17 /xmloff/source/style/prhdlfac.cxx
parent9e4dad942e5fb752d042878fd7ae4d7ff5264ef6 (diff)
draw-aspect for ole objects
Diffstat (limited to 'xmloff/source/style/prhdlfac.cxx')
-rw-r--r--xmloff/source/style/prhdlfac.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmloff/source/style/prhdlfac.cxx b/xmloff/source/style/prhdlfac.cxx
index e94d344c1dab..f0bb4c9f7dc4 100644
--- a/xmloff/source/style/prhdlfac.cxx
+++ b/xmloff/source/style/prhdlfac.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prhdlfac.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: cl $ $Date: 2001-04-30 09:01:06 $
+ * last change: $Author: mib $ $Date: 2001-05-10 10:07:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -155,6 +155,9 @@
#ifndef _XMLOFF_XMLRECTANGLEMEMBERSHANDLER_HXX
#include "XMLRectangleMembersHandler.hxx"
#endif
+#ifndef _XMLOFF_DRAWASPECTHDL_HXX
+#include "DrawAspectHdl.hxx"
+#endif
using namespace ::com::sun::star;
@@ -425,6 +428,9 @@ const XMLPropertyHandler* XMLPropertyHandlerFactory::GetBasicHandler( sal_Int32
aXML_HorizontalAdjust_Enum,
::getCppuType((const text::HorizontalAdjust*)0) );
break;
+ case XML_TYPE_TEXT_DRAW_ASPECT:
+ pPropHdl = new DrawAspectHdl;
+ break;
}
if( pPropHdl )