summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/unoautopilot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/unoautopilot.hxx')
-rw-r--r--extensions/source/dbpilots/unoautopilot.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/dbpilots/unoautopilot.hxx b/extensions/source/dbpilots/unoautopilot.hxx
index b55d9ae34b7d..bfa4e0cfed6d 100644
--- a/extensions/source/dbpilots/unoautopilot.hxx
+++ b/extensions/source/dbpilots/unoautopilot.hxx
@@ -2,7 +2,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
@@ -49,7 +49,7 @@ namespace dbp
struct IServiceInfo
{
public:
- ::rtl::OUString getImplementationName() const;
+ ::rtl::OUString getImplementationName() const;
::com::sun::star::uno::Sequence< ::rtl::OUString >
getServiceNames() const;
};
@@ -57,7 +57,7 @@ namespace dbp
//=====================================================================
//= OUnoAutoPilot
//=====================================================================
- typedef ::svt::OGenericUnoDialog OUnoAutoPilot_Base;
+ typedef ::svt::OGenericUnoDialog OUnoAutoPilot_Base;
template <class TYPE, class SERVICEINFO>
class OUnoAutoPilot
:public OUnoAutoPilot_Base
@@ -93,14 +93,14 @@ namespace dbp
protected:
// OGenericUnoDialog overridables
- virtual Dialog* createDialog(Window* _pParent);
+ virtual Dialog* createDialog(Window* _pParent);
virtual void implInitialize(const com::sun::star::uno::Any& _rValue);
};
#include "unoautopilot.inl"
//.........................................................................
-} // namespace dbp
+} // namespace dbp
//.........................................................................
#endif // _EXTENSIONS_DBP_UNOAUTOPILOT_HXX_