diff options
Diffstat (limited to 'sw/inc/dbmgr.hxx')
-rw-r--r-- | sw/inc/dbmgr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx index d6ca22ef5b5c..0d27b355253d 100644 --- a/sw/inc/dbmgr.hxx +++ b/sw/inc/dbmgr.hxx @@ -257,7 +257,7 @@ class SW_DLLPUBLIC SwDBManager OUString m_sEmbeddedName; /// Store last registrations to revoke or commit - static std::vector<OUString> m_aUncommitedRegistrations; + static std::vector<std::pair<SwDocShell*, OUString>> m_aUncommitedRegistrations; /// The document that owns this manager. SwDoc* m_pDoc; @@ -484,7 +484,7 @@ public: void RevokeLastRegistrations(); /// Accept not commited registrations - static void CommitLastRegistrations(); + void CommitLastRegistrations(); }; #endif |