[Libreoffice-commits] core.git: include/sfx2

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Jul 20 15:58:58 UTC 2019


 include/sfx2/lnkbase.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 254dfda42e2e7bd8be77ccdc702ed7b09a226e57
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jul 19 16:56:32 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jul 20 17:57:41 2019 +0200

    Fix typo
    
    Change-Id: I198382ab9b755e472ab2e868024517d000997cbf
    Reviewed-on: https://gerrit.libreoffice.org/75983
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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


More information about the Libreoffice-commits mailing list