diff options
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 6a0d7ca59b2b..1a680165d9e7 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -706,7 +706,7 @@ public: const std::vector<OUString>* pAllDBNames = nullptr ); void ChgDBData( const SwDBData& rNewData ); - SwDBData GetDBData(); + SwDBData const & GetDBData(); const SwDBData& GetDBDesc(); // Some helper functions |