summaryrefslogtreecommitdiff
path: root/extensions/source/preload/unoautopilot.inl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/preload/unoautopilot.inl')
-rw-r--r--extensions/source/preload/unoautopilot.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/preload/unoautopilot.inl b/extensions/source/preload/unoautopilot.inl
index 27acdd6864f3..77c3f7b589ab 100644
--- a/extensions/source/preload/unoautopilot.inl
+++ b/extensions/source/preload/unoautopilot.inl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -111,7 +111,7 @@ template <class TYPE, class SERVICEINFO>
//--------------------------------------------------------------------------
template <class TYPE, class SERVICEINFO>
-Dialog* OUnoAutoPilot<TYPE, SERVICEINFO>::createDialog(Window* _pParent)
+Dialog* OUnoAutoPilot<TYPE, SERVICEINFO>::createDialog(Window* _pParent)
{
return new TYPE(_pParent, m_xObjectModel, m_aContext.getLegacyServiceFactory());
}