diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-19 16:56:32 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-20 17:57:41 +0200 |
commit | 254dfda42e2e7bd8be77ccdc702ed7b09a226e57 (patch) | |
tree | 3b2c86728f9fbbb242a3aef409f13242ae5cacb6 /include | |
parent | 9e81a56c8086a92d9b8a3b514b24b04180759a4d (diff) |
Fix typo
Change-Id: I198382ab9b755e472ab2e868024517d000997cbf
Reviewed-on: https://gerrit.libreoffice.org/75983
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/lnkbase.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/lnkbase.hxx b/include/sfx2/lnkbase.hxx index 19ade2d601b0..535a6bcf9292 100644 --- a/include/sfx2/lnkbase.hxx +++ b/include/sfx2/lnkbase.hxx @@ -57,8 +57,8 @@ class FileDialogHelper; #define OBJECT_CLIENT_SO 0x80 // a Link #define OBJECT_CLIENT_DDE 0x81 -//#define OBJECT_CLIENT_OLE 0x82 // a Ole-Link -//#define OBJECT_CLIENT_OLE_CACHE 0x83 // a Ole-Link with SvEmbeddedObject +//#define OBJECT_CLIENT_OLE 0x82 // an Ole-Link +//#define OBJECT_CLIENT_OLE_CACHE 0x83 // an Ole-Link with SvEmbeddedObject #define OBJECT_CLIENT_FILE 0x90 #define OBJECT_CLIENT_GRF 0x91 #define OBJECT_CLIENT_OLE 0x92 // embedded link |