Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Word Export: Code cleanup #49

Merged
merged 1 commit into from
May 9, 2024
Merged

Word Export: Code cleanup #49

merged 1 commit into from
May 9, 2024

Conversation

mark-sil
Copy link
Contributor

@mark-sil mark-sil commented May 9, 2024

There are no logic changes in this PR, just cleanup.

  • Changed the name of some methods.
  • Changed eachInAParagraph to eachOnANewLine. For Word Export a Paragraph is a class and carries a specific meaning. We are not putting the data in a separate OpenXml.Wordprocessing.Paragraph, just starting a new line. So I changed the names to try and reduce confusion.

Change-Id: I94eca41b7fa173b04990877429ab607736aa7774


This change is Reviewable

There are no logic changes in this PR, just cleanup.
- Changed the name of some methods.
- Changed eachInAParagraph to eachOnANewLine. For Word Export a
Paragraph is a class and carries a specific meaning. We are not
putting the data in a separate OpenXml.Wordprocessing.Paragraph,
just starting a new line. So I changed the names to try and
reduce confusion.

Change-Id: I94eca41b7fa173b04990877429ab607736aa7774
Copy link
Contributor

@jasonleenaylor jasonleenaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @mark-sil)

@mark-sil mark-sil merged commit a9d373c into release/9.1 May 9, 2024
5 checks passed
@mark-sil mark-sil deleted the CodeCleanup branch May 9, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants