summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/datman.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/datman.hxx')
-rw-r--r--extensions/source/bibliography/datman.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/datman.hxx b/extensions/source/bibliography/datman.hxx
index 5bda57645fa2..19fd5506bec9 100644
--- a/extensions/source/bibliography/datman.hxx
+++ b/extensions/source/bibliography/datman.hxx
@@ -106,7 +106,7 @@ protected:
void SetMeAsUidListener();
void RemoveMeAsUidListener();
- css::uno::Reference< css::awt::XControlModel >
+ css::uno::Reference< css::awt::XControlModel > const &
updateGridModel(const css::uno::Reference< css::form::XForm > & xDbForm);
static css::uno::Reference< css::awt::XControlModel >
createGridModel( const OUString& rName );
@@ -172,7 +172,7 @@ public:
const OUString& GetIdentifierMapping();
void ResetIdentifierMapping() {sIdentifierMapping.clear();}
- css::uno::Reference< css::form::runtime::XFormController > GetFormController();
+ css::uno::Reference< css::form::runtime::XFormController > const & GetFormController();
void RegisterInterceptor( ::bib::BibBeamer* pBibBeamer);
bool HasActiveConnection();