summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2000-10-30 17:29:43 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2000-10-30 17:29:43 +0000
commit2a83fa5907a598ca8bd7eab9a5c3242cff2270ca (patch)
tree19bc23161e5d95d4dc46f39588a92188cae4d827 /vcl
parent1918fffaf554ae64df25e3fec452a4a72340a47b (diff)
#65293#: linguistic -> linguistic2
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/gdi/outdev3.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index 55429ebf890c..94667fc3771c 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: outdev3.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mt $ $Date: 2000-10-18 13:41:04 $
+ * last change: $Author: hr $ $Date: 2000-10-30 18:29:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3658,7 +3658,7 @@ void OutputDevice::ImplDrawTextLines( long nX, long nY,
{
::rtl::OUString aText( pStr, nLen );
uno::Reference < text::XBreakIterator > xBI = vcl::unohelper::CreateBreakIterator();
- uno::Reference< linguistic::XHyphenator > xHyph;
+ uno::Reference< linguistic2::XHyphenator > xHyph;
text::LineBreakHyphenationOptions aHyphOptions( xHyph, 1 );
text::LineBreakUserOptions aUserOptions;
@@ -3982,7 +3982,7 @@ long OutputDevice::ImplGetTextLines( ImplMultiTextLineInfo& rLineInfo,
{
::rtl::OUString aText( rStr );
uno::Reference < text::XBreakIterator > xBI;
- uno::Reference< linguistic::XHyphenator > xHyph;
+ uno::Reference< linguistic2::XHyphenator > xHyph;
text::LineBreakHyphenationOptions aHyphOptions( xHyph, 1 );
text::LineBreakUserOptions aUserOptions;