diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:22:09 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:22:09 +0000 |
commit | 59926e0b87e49e0941151bc48bafc6bf7adf5af6 (patch) | |
tree | b3c19601cb55d911176d7eab27200da98179274d /sd/source/ui | |
parent | 04b6cf4405a240e25aa0eca5aa05847fa031cc48 (diff) |
INTEGRATION: CWS impress99 (1.6.62); FILE MERGED
2006/07/05 09:29:52 af 1.6.62.1: #137393# Removed unused argument to constructor.
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx b/sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx index 30cd0b96837f..5f44dc137232 100644 --- a/sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx +++ b/sd/source/ui/toolpanel/controls/CurrentMasterPagesSelector.cxx @@ -4,9 +4,9 @@ * * $RCSfile: CurrentMasterPagesSelector.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2006-04-26 20:47:25 $ + * last change: $Author: ihi $ $Date: 2006-08-01 09:22:09 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,7 +58,6 @@ CurrentMasterPagesSelector::CurrentMasterPagesSelector ( TreeNode* pParent, SdDrawDocument& rDocument, ViewShellBase& rBase, - DrawViewShell& rViewShell, const ::boost::shared_ptr<MasterPageContainer>& rpContainer) : MasterPagesSelector (pParent, rDocument, rBase, rpContainer) { |