summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:59:34 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:33 +0100
commit680139fe7d51cf3c3ada1ce12fe507c298f02b67 (patch)
treea85c66d57bf1de0c22c0911b0fff175ac7de337f /sw/source/ui/uno
parentd6837aa330821dd7b10ea14536e4fb1d41aa9a37 (diff)
typo: opend -> opened
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/swdetect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/uno/swdetect.cxx b/sw/source/ui/uno/swdetect.cxx
index b448e8656214..69b7d9ee42fb 100644
--- a/sw/source/ui/uno/swdetect.cxx
+++ b/sw/source/ui/uno/swdetect.cxx
@@ -349,7 +349,7 @@ OUString SAL_CALL SwFilterDetect::detect( Sequence< PropertyValue >& lDescriptor
if ( nIndexOfInputStream == -1 && xStream.is() )
{
- // if input stream wasn't part of the descriptor, now it should be, otherwise the content would be opend twice
+ // if input stream wasn't part of the descriptor, now it should be, otherwise the content would be opened twice
lDescriptor.realloc( nPropertyCount + 1 );
lDescriptor[nPropertyCount].Name = "InputStream";
lDescriptor[nPropertyCount].Value <<= xStream;
@@ -358,7 +358,7 @@ OUString SAL_CALL SwFilterDetect::detect( Sequence< PropertyValue >& lDescriptor
if ( nIndexOfContent == -1 && xContent.is() )
{
- // if input stream wasn't part of the descriptor, now it should be, otherwise the content would be opend twice
+ // if input stream wasn't part of the descriptor, now it should be, otherwise the content would be opened twice
lDescriptor.realloc( nPropertyCount + 1 );
lDescriptor[nPropertyCount].Name = "UCBContent";
lDescriptor[nPropertyCount].Value <<= xContent;