summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-13 15:52:56 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-13 14:51:15 +0000
commit1f408db49740f8cc6ba67d72b54f49d2e4fdae9b (patch)
tree9c69f0c29184240836c93019ef44de839bdcee01 /sd
parentc1fc84ac140d519e0bfa7a607e36771682b08eed (diff)
Fix typos
Change-Id: Ifaa52b49b717d893846fc1e7ae4ac50735f824ac Reviewed-on: https://gerrit.libreoffice.org/16260 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
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;