diff options
author | Muthu Subramanian K <sumuthu@novell.com> | 2011-03-10 18:27:19 +0530 |
---|---|---|
committer | Muthu Subramanian K <sumuthu@novell.com> | 2011-03-10 18:27:19 +0530 |
commit | 2c476a7ee805aa7875097e6992d0c7484ff8e33b (patch) | |
tree | 182571c2ca3f35e36e318f428284912c46271eb1 | |
parent | dcd5dee88e3c1185638b190553bef65c2ef6566f (diff) |
Typo fixes.
-rw-r--r-- | sfx2/source/doc/doctempl.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/objcont.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/doctempl.cxx b/sfx2/source/doc/doctempl.cxx index 389e6e1e3dba..c870b007502d 100644 --- a/sfx2/source/doc/doctempl.cxx +++ b/sfx2/source/doc/doctempl.cxx @@ -1084,7 +1084,7 @@ sal_Bool SfxDocumentTemplates::CopyFrom String& rName /* File name of the template to be imported as an out parameter of the (automatically generated from the file name) logical name - of the template * / + of the template */ ) /* [Description] diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx index 770369addb0a..6624b163ae5f 100644 --- a/sfx2/source/doc/objcont.cxx +++ b/sfx2/source/doc/objcont.cxx @@ -780,7 +780,7 @@ BOOL SfxObjectShell::Print void SfxObjectShell::LoadStyles ( SfxObjectShell &rSource /* the document template from which - the styles are to be loaded * / + the styles are to be loaded */ ) /* [Description] |