summaryrefslogtreecommitdiff
path: root/svl/inc/svl/ownlist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl/ownlist.hxx')
-rw-r--r--svl/inc/svl/ownlist.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svl/inc/svl/ownlist.hxx b/svl/inc/svl/ownlist.hxx
index 051cf18bf9e4..1ae8e172aa21 100644
--- a/svl/inc/svl/ownlist.hxx
+++ b/svl/inc/svl/ownlist.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -42,7 +42,7 @@ namespace com { namespace sun { namespace star {
//=========================================================================
class SvCommand
-/* [Beschreibung]
+/* [Beschreibung]
Enth"alt einen String, welcher das Kommando angibt und eine weiteren
String, der das Argument des Kommandos bildet. W"urde solch ein
@@ -50,8 +50,8 @@ class SvCommand
aus: Kommando = Argument.
*/
{
- String aCommand;
- String aArgument;
+ String aCommand;
+ String aArgument;
public:
SvCommand() {}
SvCommand( const String & rCommand, const String & rArg )
@@ -78,7 +78,7 @@ public:
//=========================================================================
class SVL_DLLPUBLIC SvCommandList
-/* [Beschreibung]
+/* [Beschreibung]
Die Liste enth"alt Objekte vom Typ SvCommand. Wird ein Objekt
eingef"ugt, dann wird es kopiert und das neue Objekt wird
@@ -86,9 +86,9 @@ class SVL_DLLPUBLIC SvCommandList
*/
{
PRV_SV_DECL_OWNER_LIST(SvCommandList,SvCommand);
- SvCommand & Append( const String & rCommand, const String & rArg );
- BOOL AppendCommands( const String & rCmd, USHORT * pEaten );
- String GetCommands() const;
+ SvCommand & Append( const String & rCommand, const String & rArg );
+ BOOL AppendCommands( const String & rCmd, USHORT * pEaten );
+ String GetCommands() const;
BOOL FillFromSequence( const com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >& );
void FillSequence( com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >& );