summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/formcontrolcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/formcontrolcontainer.hxx')
-rw-r--r--extensions/source/bibliography/formcontrolcontainer.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/extensions/source/bibliography/formcontrolcontainer.hxx b/extensions/source/bibliography/formcontrolcontainer.hxx
index b80b60d8bc75..a1e72b11a222 100644
--- a/extensions/source/bibliography/formcontrolcontainer.hxx
+++ b/extensions/source/bibliography/formcontrolcontainer.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
@@ -48,23 +48,23 @@ namespace bib
,public ::bib::OLoadListener
{
private:
- OLoadListenerAdapter* m_pFormAdapter;
+ OLoadListenerAdapter* m_pFormAdapter;
::com::sun::star::uno::Reference< ::com::sun::star::form::XLoadable >
m_xForm;
private:
- void implSetDesignMode( sal_Bool _bDesign );
+ void implSetDesignMode( sal_Bool _bDesign );
protected:
FormControlContainer( );
~FormControlContainer( );
- sal_Bool isFormConnected() const { return NULL != m_pFormAdapter; }
- void connectForm( const ::com::sun::star::uno::Reference< ::com::sun::star::form::XLoadable >& _rxForm );
- void disconnectForm();
+ sal_Bool isFormConnected() const { return NULL != m_pFormAdapter; }
+ void connectForm( const ::com::sun::star::uno::Reference< ::com::sun::star::form::XLoadable >& _rxForm );
+ void disconnectForm();
- void ensureDesignMode();
+ void ensureDesignMode();
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer >
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer >
getControlContainer() = 0;
protected:
@@ -78,7 +78,7 @@ namespace bib
};
//.........................................................................
-} // namespace bib
+} // namespace bib
//.........................................................................
#endif // EXTENSIONS_BIB_FORMCONTROLCONTAINER_HXX