mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
Office code cleanup, this could improve the COM-object usage a bit.
This commit is contained in:
parent
3204b92d53
commit
d27df3027b
5 changed files with 252 additions and 188 deletions
|
@ -6,6 +6,6 @@ namespace Greenshot.Interop {
|
|||
/// <summary>
|
||||
/// Common properties that has appreared in almost all objects
|
||||
/// </summary>
|
||||
public interface Common : IDisposable {
|
||||
public interface ICommon : IDisposable {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue