diff options
author | Kai Ahrens <ka@openoffice.org> | 2001-08-23 09:54:33 +0000 |
---|---|---|
committer | Kai Ahrens <ka@openoffice.org> | 2001-08-23 09:54:33 +0000 |
commit | 4726245da53475e78f5e446db05af25dee1dec4f (patch) | |
tree | 55ab90caf96f87193abfd18877be9ffe9d2c8cd9 /sd/source/ui/app/sdmod.cxx | |
parent | ba2e2dc96ecea527e5301ba8ee05b4c11dadc661 (diff) |
#81916#: transfer of selection clipboard
Diffstat (limited to 'sd/source/ui/app/sdmod.cxx')
-rw-r--r-- | sd/source/ui/app/sdmod.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx index 2a0d78164..e0b24d490 100644 --- a/sd/source/ui/app/sdmod.cxx +++ b/sd/source/ui/app/sdmod.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sdmod.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: ka $ $Date: 2001-08-21 15:13:31 $ + * last change: $Author: ka $ $Date: 2001-08-23 10:43:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -150,7 +150,7 @@ SdModule::SdModule(SvFactory* pDrawObjFact, SvFactory* pGraphicObjFact) bWaterCan(FALSE), pTransferClip(NULL), pTransferDrag(NULL), - pSelectionView(NULL), + pTransferSelection(NULL), pImpressOptions(NULL), pDrawOptions(NULL), pSearchItem(NULL), |