summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-05-02 12:44:55 +0200
committerJan Holesovsky <kendy@collabora.com>2014-05-02 21:32:23 +0200
commitaf10cb2c9cf2ea331850a054095e94110670de96 (patch)
treefb964303f6384c0c917e8af5ec284cf423274789 /sw/inc/editsh.hxx
parentbd14194a2c3c4459aa30948b909cff47028b28f2 (diff)
Rename SwDBMgr -> SwDBManager.
We were renaming it recently from SwNewDBMgr, let's use the full name to make it more readable. Change-Id: I2ceb3f1790321b70d5936c35e13870439969e64d
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 24a1f6f30150..79451aca8ca8 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -52,7 +52,7 @@ class SvxAutoCorrect;
class SwField;
class SwFieldType;
class SwDDEFieldType;
-class SwDBMgr;
+class SwDBManager;
struct SwDocStat;
class SwAutoCompleteWord;
@@ -393,7 +393,7 @@ public:
void SetFldUpdateFlags( SwFldUpdateFlags eFlags );
/// For evaluation of DB fields (new DB-manager).
- SwDBMgr* GetDBMgr() const;
+ SwDBManager* GetDBManager() const;
SwFieldType* InsertFldType(const SwFieldType &);