diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-09-12 21:50:36 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-09-12 21:51:08 +0200 |
commit | 3b11057b75434526f67e678ddc1deb9ebd61c752 (patch) | |
tree | dfcd8297686b04a69aad30e1e0d340396864821d /sw/inc/doc.hxx | |
parent | af90ec3e7751f2f4f27428f580bbc487fd7ce7db (diff) |
sw: rename SwDoc::Append to something unique
Change-Id: Ibb9db5ecdea6439df20fc1ee609267dcdd864405
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 f91432649da9..08e82c6e8487 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1647,7 +1647,7 @@ public: ::sw::UndoManager const& GetUndoManager() const; SfxObjectShell* CreateCopy(bool bCallInitNew) const; - void Append( const SwDoc& rSource, sal_uInt16 nStartPageNumber, + void AppendDoc(const SwDoc& rSource, sal_uInt16 nStartPageNumber, SwPageDesc* pTargetPageDesc, bool bDeletePrevious = false ); /** |