summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/futhes.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2000-10-31 14:42:38 +0000
committerOliver Bolte <obo@openoffice.org>2000-10-31 14:42:38 +0000
commit5f70603f5feadf239c4f522735117273d8db33cd (patch)
treebb5c9b064377a6a1cea4a7612583b231165b0655 /sd/source/ui/func/futhes.cxx
parent06fe02817c855a1facbabff88ecf2734405ec28a (diff)
Change: xHyphenator1 to xHyphenator
Diffstat (limited to 'sd/source/ui/func/futhes.cxx')
-rw-r--r--sd/source/ui/func/futhes.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/futhes.cxx b/sd/source/ui/func/futhes.cxx
index 871049657fb7..4e78460da2de 100644
--- a/sd/source/ui/func/futhes.cxx
+++ b/sd/source/ui/func/futhes.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: futhes.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dl $ $Date: 2000-10-25 10:27:48 $
+ * last change: $Author: obo $ $Date: 2000-10-31 15:42:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -200,7 +200,7 @@ FuThesaurus::FuThesaurus( SdViewShell* pViewSh, SdWindow* pWin, SdView* pView,
if ( xSpellChecker.is() )
pOutliner->SetSpeller( xSpellChecker );
- Reference< XHyphenator1 > xHyphenator( xLinguServiceManager->getHyphenator(), UNO_QUERY );
+ Reference< XHyphenator > xHyphenator( xLinguServiceManager->getHyphenator(), UNO_QUERY );
if( xHyphenator.is() )
pOutliner->SetHyphenator( xHyphenator );
}