diff options
author | Eike Rathke <erack@redhat.com> | 2015-09-08 23:30:27 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-09-08 23:33:31 +0200 |
commit | 470848093a2687a6d8056629da6b43773ff4cb0c (patch) | |
tree | ad0635b5d947f216aa0743dd4d4b05d2b0575cd4 /sc/inc/dbdata.hxx | |
parent | 70a1e658c0d1f111c8c0991fb87561e3be5683f0 (diff) |
factor out duplicated code into NamedDBs::initInserted()
Change-Id: Idc95d4b8acae9dcd4ed0092c43986e6687f06c11
Diffstat (limited to 'sc/inc/dbdata.hxx')
-rw-r--r-- | sc/inc/dbdata.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dbdata.hxx b/sc/inc/dbdata.hxx index 85ace9f3916a..1f825e75e956 100644 --- a/sc/inc/dbdata.hxx +++ b/sc/inc/dbdata.hxx @@ -243,6 +243,7 @@ public: NamedDBs(const NamedDBs& r); virtual ~NamedDBs(); NamedDBs & operator=(NamedDBs const&) = delete; + void initInserted( ScDBData* p ); public: typedef DBsType::iterator iterator; |