summaryrefslogtreecommitdiff
path: root/oox/inc/oox/helper/modelobjecthelper.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-04-14 17:31:33 +0200
committerDaniel Rentz <dr@openoffice.org>2010-04-14 17:31:33 +0200
commit319c08647f115aaba7f5633376531cbfb4746b2f (patch)
treeab588184dfebf4be0f369015c5c1434277f476f2 /oox/inc/oox/helper/modelobjecthelper.hxx
parent62895872c7f5635b890d150dc6c2d8d4c58917e9 (diff)
npower13_objectmodules: make vba import available in oox filters
Diffstat (limited to 'oox/inc/oox/helper/modelobjecthelper.hxx')
-rw-r--r--oox/inc/oox/helper/modelobjecthelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/helper/modelobjecthelper.hxx b/oox/inc/oox/helper/modelobjecthelper.hxx
index cead2ad74fb1..a9ef27e8cb98 100644
--- a/oox/inc/oox/helper/modelobjecthelper.hxx
+++ b/oox/inc/oox/helper/modelobjecthelper.hxx
@@ -53,7 +53,7 @@ class ModelObjectHelper
{
public:
explicit ModelObjectHelper(
- const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& rxFactory );
+ const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& rxModelFactory );
/** Returns true, if the model contains a line marker with the passed name. */
bool hasLineMarker( const ::rtl::OUString& rMarkerName ) const;