summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/doctemplates.cxx
diff options
context:
space:
mode:
authorth <th@openoffice.org>2001-05-11 10:40:15 +0000
committerth <th@openoffice.org>2001-05-11 10:40:15 +0000
commit13697a6bd76cfac3857f653379cfc133dd78e18a (patch)
tree0ef96177b83ef20089120eff565b98bf66081a8b /sfx2/source/doc/doctemplates.cxx
parent271ac06814e0816894cda26cec1a8be1916f977d (diff)
rtl-string-changes
Diffstat (limited to 'sfx2/source/doc/doctemplates.cxx')
-rw-r--r--sfx2/source/doc/doctemplates.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/doc/doctemplates.cxx b/sfx2/source/doc/doctemplates.cxx
index c9485a6603ca..5a466d6d4c80 100644
--- a/sfx2/source/doc/doctemplates.cxx
+++ b/sfx2/source/doc/doctemplates.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: doctemplates.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: dv $ $Date: 2001-04-05 14:30:41 $
+ * last change: $Author: th $ $Date: 2001-05-11 11:40:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -510,7 +510,7 @@ OUString SfxDocTplService_Impl::getLongName( const OUString& rShortName )
pPair = maNames.Next();
}
- if ( !aRet.len() )
+ if ( !aRet.getLength() )
aRet = rShortName;
return aRet;
@@ -578,12 +578,12 @@ void SfxDocTplService_Impl::getTitleFromURL( const OUString& rURL, OUString& aTi
catch ( Exception& ) {}
}
- if ( ! aType.len() && mxType.is() )
+ if ( ! aType.getLength() && mxType.is() )
{
aType = mxType->queryTypeByURL( rURL );
}
- if ( ! aTitle.len() )
+ if ( ! aTitle.getLength() )
{
INetURLObject aURL( rURL );
aURL.CutExtension();