summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2000-10-31 09:13:27 +0000
committerKai Sommerfeld <kso@openoffice.org>2000-10-31 09:13:27 +0000
commitfaa2522b41d1597639f7ab4e374b65b46e669ef8 (patch)
tree0d8a0424a5504a8cb7ec4ea6ef2359647d8020fa
parent5a272a571ae1cc45ddcf99e4622d4da2fd6215ba (diff)
Fixed: Typo in XContentAccess::queryContentIdentifierString() - the
second 'i' was missing ( SUPD>611 ).
-rw-r--r--sw/source/ui/misc/glosdoc.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/ui/misc/glosdoc.cxx b/sw/source/ui/misc/glosdoc.cxx
index ea5d1b7b78da..375641f49905 100644
--- a/sw/source/ui/misc/glosdoc.cxx
+++ b/sw/source/ui/misc/glosdoc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: glosdoc.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2000-10-20 14:18:05 $
+ * last change: $Author: kso $ $Date: 2000-10-31 10:13:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -736,7 +736,7 @@ SvStrings* SwGlossaries::GetNameList()
{
do
{
-// OUString sId( xContentAccess->queryContentIdentfierString() );
+// OUString sId( xContentAccess->queryContentIdentifierString() );
// an den Gruppennamen wird der Pfad-Index angehaengt
// damit spaeter richtig zugegriffen werden kann
String sTitle = xRow->getString( 1 );
@@ -911,6 +911,9 @@ String SwGlossaries::GetExtension()
/*------------------------------------------------------------------------
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/10/20 14:18:05 os
+ use comphelper methods
+
Revision 1.2 2000/10/06 13:35:57 jp
should changes: don't use IniManager