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 | e02adf639163aef49bc678e2399d399ee5a78df1 (patch) | |
tree | 92447a7b724985ccbb488d5e94ad4ef615f8b31f /sd/inc/sdmod.hxx | |
parent | f0d233da22bde354b328c3226192b8149bf0a85e (diff) |
#81916#: transfer of selection clipboard
Diffstat (limited to 'sd/inc/sdmod.hxx')
-rw-r--r-- | sd/inc/sdmod.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index ef52fdfc1121..353086c891ad 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sdmod.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: ka $ $Date: 2001-08-21 15:17:02 $ + * last change: $Author: ka $ $Date: 2001-08-23 10:41:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,7 +143,7 @@ public: SdTransferable* pTransferClip; SdTransferable* pTransferDrag; - SdView* pSelectionView; + SdTransferable* pTransferSelection; void Execute(SfxRequest& rReq); void GetState(SfxItemSet&); |