Skip to content

Commit c66f658

Browse files
DelazJnyalldawson
authored andcommittedMay 24, 2018
Fix typo
1 parent 12cb6fc commit c66f658

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/core/layout/qgslayoutexporter.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class CORE_EXPORT QgsLayoutExporter
208208
};
209209

210210
/**
211-
* Exports the layout to the a \a filePath, using the specified export \a settings.
211+
* Exports the layout to the \a filePath, using the specified export \a settings.
212212
*
213213
* If the layout is a multi-page layout, then filenames for each page will automatically
214214
* be generated by appending "_1", "_2", etc to the image file's base name.
@@ -278,7 +278,7 @@ class CORE_EXPORT QgsLayoutExporter
278278
};
279279

280280
/**
281-
* Exports the layout as a PDF to the a \a filePath, using the specified export \a settings.
281+
* Exports the layout as a PDF to the \a filePath, using the specified export \a settings.
282282
*
283283
* Returns a result code indicating whether the export was successful or an
284284
* error was encountered.
@@ -417,7 +417,7 @@ class CORE_EXPORT QgsLayoutExporter
417417
};
418418

419419
/**
420-
* Exports the layout as an SVG to the a \a filePath, using the specified export \a settings.
420+
* Exports the layout as an SVG to the \a filePath, using the specified export \a settings.
421421
*
422422
* Returns a result code indicating whether the export was successful or an
423423
* error was encountered.

0 commit comments

Comments
 (0)
Please sign in to comment.