diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-08-16 11:22:45 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-08-16 11:22:45 +0000 |
commit | 3a2b120bcb4cced1871a6b216de1454029cd07ea (patch) | |
tree | 61a4f84d3a707b857e55df991042ad782e20f650 /sc/source/ui/drawfunc/drtxtob.cxx | |
parent | efa2fc9e5d2aaddea611ff5155365c3336a838ed (diff) |
#90675# translated clipboard format names are now in so3
Diffstat (limited to 'sc/source/ui/drawfunc/drtxtob.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/drtxtob.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/drawfunc/drtxtob.cxx b/sc/source/ui/drawfunc/drtxtob.cxx index 5d24536a2748..15229fa86437 100644 --- a/sc/source/ui/drawfunc/drtxtob.cxx +++ b/sc/source/ui/drawfunc/drtxtob.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drtxtob.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: nn $ $Date: 2001-07-19 19:38:20 $ + * last change: $Author: nn $ $Date: 2001-08-16 12:16:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -473,9 +473,9 @@ void __EXPORT ScDrawTextObjectBar::GetClipState( SfxItemSet& rSet ) TransferableDataHelper::CreateFromSystemClipboard( pViewData->GetActiveWin() ) ); if ( aDataHelper.HasFormat( SOT_FORMAT_STRING ) ) - aFormats.AddClipbrdFormat( SOT_FORMAT_STRING, String( ScResId( SCSTR_CLIP_STRING ) ) ); + aFormats.AddClipbrdFormat( SOT_FORMAT_STRING ); if ( aDataHelper.HasFormat( SOT_FORMAT_RTF ) ) - aFormats.AddClipbrdFormat( SOT_FORMAT_RTF, String( ScResId( SCSTR_CLIP_RTF ) ) ); + aFormats.AddClipbrdFormat( SOT_FORMAT_RTF ); rSet.Put( aFormats ); } |