diff options
author | Christoph Herzog <rhogez@googlemail.com> | 2011-02-07 21:20:16 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-02-08 10:20:13 +0100 |
commit | dbf02afa98047b9de8bcdd27bbc9356165a7cb76 (patch) | |
tree | f8f7a8f4afb059e1e9eabef2519b79263da3eca0 /sw/source/ui/dochdl | |
parent | cb494af6970a4d37b8ff81c29f90d18371fedb64 (diff) |
Corrected typo in names of four swriter classes
Classes
AbstarctSwLabDlg
AbstarctSwLabDlg_Impl
AbstarctSwSelGlossaryDlg
AbstarctSwSelGlossaryDlg_Impl
were changed to:
AbstractSwLabDlg
AbstractSwLabDlg_Impl
AbstrarctSwSelGlossaryDlg
AbstractSwSelGlossaryDlg_Impl
Diffstat (limited to 'sw/source/ui/dochdl')
-rw-r--r-- | sw/source/ui/dochdl/gloshdl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dochdl/gloshdl.cxx b/sw/source/ui/dochdl/gloshdl.cxx index 963afa879c18..4f3948a82f0d 100644 --- a/sw/source/ui/dochdl/gloshdl.cxx +++ b/sw/source/ui/dochdl/gloshdl.cxx @@ -489,7 +489,7 @@ BOOL SwGlossaryHdl::Expand( const String& rShortName, SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create(); OSL_ENSURE(pFact, "SwAbstractDialogFactory fail!"); - AbstarctSwSelGlossaryDlg* pDlg = pFact->CreateSwSelGlossaryDlg( 0, aShortName, DLG_SEL_GLOS ); + AbstractSwSelGlossaryDlg* pDlg = pFact->CreateSwSelGlossaryDlg( 0, aShortName, DLG_SEL_GLOS ); OSL_ENSURE(pDlg, "Dialogdiet fail!"); for(USHORT i = 0; i < aFoundArr.Count(); ++i) { |