summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/func/fuprlout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuprlout.cxx b/sd/source/ui/func/fuprlout.cxx
index c0fffc972193..6ce661f773e8 100644
--- a/sd/source/ui/func/fuprlout.cxx
+++ b/sd/source/ui/func/fuprlout.cxx
@@ -190,7 +190,7 @@ void FuPresentationLayout::DoExecute( SfxRequest& rReq )
OUString aFileName = aFile.getToken(0, DOCUMENT_TOKEN);
SdDrawDocument* pTempDoc = mpDoc->OpenBookmarkDoc( aFileName );
- // #69581: If I chosed the standard-template I got no filename and so I get no
+ // #69581: If I chose the standard-template I got no filename and so I get no
// SdDrawDocument-Pointer. But the method SetMasterPage is able to handle
// a NULL-pointer as a Standard-template ( look at SdDrawDocument::SetMasterPage )
OUString aLayoutName;