Skip to content
Permalink
master

Commits on Mar 16, 2021

  1. Merge pull request #58 from OfficeDev/lindalu-fix-warnings

    Update docfx.json
    lindalu-MSFT committed Mar 16, 2021
  2. Update docfx.json

    missing final bracket }
    lindalu-MSFT committed Mar 16, 2021

Commits on Sep 21, 2020

  1. Merge pull request #55 from OfficeDev/lindalu-fix-warnings

    Update docfx.json
    lindalu-MSFT committed Sep 21, 2020
  2. Update docfx.json

    Ran json through several linter/validater tools and the code is valid. Might be the a "carriage return" at the end was one suggestion from Stack Overflow. Delete line 54
    lindalu-MSFT committed Sep 21, 2020

Commits on Jul 22, 2020

  1. Merge pull request #49 from mikewaretena/patch-1

    Update addinsnote.md
    lindalu-MSFT committed Jul 22, 2020

Commits on Jul 15, 2020

  1. Merge pull request #35 from AustinKnutsonSprint/patch-1

    Fixes a bug with getting comment ids
    lindalu-MSFT committed Jul 15, 2020

Commits on Jul 14, 2020

  1. Patch 1 (#40)

    * Update docfx.json
    added "ms.suite": "office",
    * Line 419: Null Reference Exception on empty cells
    I used the old code ("theCell != null") and got null reference exceptions when cells were empty. 
    I found that theCell.InnerText.Length>0 avoided the null reference exception. Using Object.ReferenceEquals(), or !(x== null) didn't change the outcome.
    lindalu-MSFT committed Jul 14, 2020
  2. Merge pull request #48 from OfficeDev/master

    [admin] Merge to live!
    lindalu-MSFT committed Jul 14, 2020
  3. Merge pull request #47 from OfficeDev/lindalu-fix-warnings

    [admin] fix build warnings
    lindalu-MSFT committed Jul 14, 2020
  4. fix build warnings

    rem /en-us/ in URL for loc
    change http:// to https://
    lindalu-MSFT committed Jul 14, 2020
  5. Merge pull request #46 from OfficeDev/live

    [admin] Merge to live!
    lindalu-MSFT committed Jul 14, 2020
  6. Merge pull request #44 from OfficeDev/docs-build-v3

    Update config to enable docfx v3
    lindalu-MSFT committed Jul 14, 2020
  7. Merge pull request #45 from scottmcarthur/patch-1

    Fix typo Slides instead of Sheets in PowerPoint docs
    lindalu-MSFT committed Jul 14, 2020

Commits on Jul 13, 2020

  1. Merge pull request #36 from andreygolubkow/patch-1

    Update how-to-insert-a-comment-into-a-word-processing-document.md
    lindalu-MSFT committed Jul 13, 2020

Commits on Sep 10, 2019

  1. Merge pull request #34 from OfficeDev/master

    Merge to live!
    lindalu-MSFT committed Sep 10, 2019
  2. Merge pull request #32 from leocui9387/patch-1

    Line 419: Null Reference Exception on empty cells
    lindalu-MSFT committed Sep 10, 2019

Commits on Aug 26, 2019

  1. Merge pull request #31 from OfficeDev/lindalu-MSFT-add-langs

    add language selector drop-down
    lindalu-MSFT committed Aug 26, 2019
  2. Fix lang drop-down

    lindalu-MSFT committed Aug 26, 2019

Commits on Aug 19, 2019

Commits on Aug 15, 2019

  1. Merge pull request #30 from OfficeDev/master

    Merge to live!
    lindalu-MSFT committed Aug 15, 2019
  2. Merge pull request #29 from OfficeDev/michelle-addinsnote

    Adds a note about modern add-ins
    lindalu-MSFT committed Aug 15, 2019

Commits on Aug 14, 2019

  1. Merge pull request #28 from OfficeDev/master

    Merge to live!
    lindalu-MSFT committed Aug 14, 2019
  2. Merge pull request #27 from davidchesnut/master

    Added title
    lindalu-MSFT committed Aug 14, 2019

Commits on Feb 26, 2019

  1. Update docfx.json

    added "ms.suite": "office",
    lindalu-MSFT committed Feb 26, 2019

Commits on Aug 2, 2018

  1. Merge pull request #6 from rschoenrock/patch-1

    Syntax error (extra comma)
    lindalu-MSFT committed Aug 2, 2018