diff options
author | Oliver Specht <os@openoffice.org> | 2001-07-20 10:10:39 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-07-20 10:10:39 +0000 |
commit | 07863808978a8e377c6bfabd6a898132036f5ac3 (patch) | |
tree | 9eba2139a3d9dd323dafb4416a1231bf9ae99927 /sw/source/ui/config/optload.cxx | |
parent | e3d46f3ed0e8e4847de34a34fe5e0dcf2409f521 (diff) |
#89999# typo corrected
Diffstat (limited to 'sw/source/ui/config/optload.cxx')
-rw-r--r-- | sw/source/ui/config/optload.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 6171d4c2ce31..efc53c97ae24 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -2,9 +2,9 @@ * * $RCSfile: optload.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: mtg $ $Date: 2001-07-20 10:33:35 $ + * last change: $Author: os $ $Date: 2001-07-20 11:10:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -502,7 +502,7 @@ SwCaptionOptPage::SwCaptionOptPage( Window* pParent, const SfxItemSet& rSet ) SwStyleNameMapper::GetUIName( RES_POOLCOLL_LABEL_ABB, sIllustration ); SwStyleNameMapper::GetUIName( RES_POOLCOLL_LABEL_TABLE, sTable ); SwStyleNameMapper::GetUIName( RES_POOLCOLL_LABEL_FRAME, sText ); - SwStyleNameMapper::GetUIName( RES_POOLCOLL_LABEL_Drawing, sDrawing ); + SwStyleNameMapper::GetUIName( RES_POOLCOLL_LABEL_DRAWING, sDrawing ); USHORT i, nCount; SwWrtShell *pSh = ::GetActiveWrtShell(); |