This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 322e2bd215 Fixed typo
322e2bd215 is described below

commit 322e2bd2157ce1083f89bed3da09403321810b72
Author: mseidel <[email protected]>
AuthorDate: Thu Oct 26 16:58:01 2023 +0200

    Fixed typo
---
 main/shell/inc/internal/config.hxx                | 14 ++++++++------
 main/shell/source/win32/shlxthandler/shlxthdl.cxx |  2 +-
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/main/shell/inc/internal/config.hxx 
b/main/shell/inc/internal/config.hxx
index 8b0af1067a..f2e7d7dcc8 100644
--- a/main/shell/inc/internal/config.hxx
+++ b/main/shell/inc/internal/config.hxx
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -43,7 +43,7 @@
 #define COLUMN_HANDLER_DESCRIPTIVE_NAME    TEXT("OpenOffice Column Handler")
 #define INFOTIP_HANDLER_DESCRIPTIVE_NAME   TEXT("OpenOffice Infotip Handler")
 #define PROPSHEET_HANDLER_DESCRIPTIVE_NAME TEXT("OpenOffice Property Sheet 
Handler")
-#define THUMBVIEWER_HANDLER_DESCRIPTIVAE_NAME TEXT("OpenOffice Thumbnail 
Viewer")
+#define THUMBVIEWER_HANDLER_DESCRIPTIVE_NAME TEXT("OpenOffice Thumbnail 
Viewer")
 
 #define META_CONTENT_NAME               "meta.xml"
 #define DOC_CONTENT_NAME                "content.xml"
@@ -91,10 +91,12 @@
 #define CONTENT_STYLE_STYLE                      L"style"
 #define CONTENT_STYLE_STYLE_NAME                 L"name"
 #define CONTENT_STYLE_PROPERTIES                 L"properties"
-#define CONTENT_TEXT_STYLE_PROPERTIES            L"text-properties"        // 
added for OASIS Open Office XML format.
+#define CONTENT_TEXT_STYLE_PROPERTIES            L"text-properties" // added 
for OASIS Open Office XML format.
 #define CONTENT_STYLE_PROPERTIES_LANGUAGE        L"language"
 #define CONTENT_STYLE_PROPERTIES_COUNTRY         L"country"
 #define CONTENT_STYLE_PROPERTIES_LANGUAGEASIAN   L"language-asian"
 #define CONTENT_STYLE_PROPERTIES_COUNTRYASIAN    L"country-asian"
 
 #endif
+
+/* vim: set noet sw=4 ts=4: */
diff --git a/main/shell/source/win32/shlxthandler/shlxthdl.cxx 
b/main/shell/source/win32/shlxthandler/shlxthdl.cxx
index cbbab741f1..447845e005 100644
--- a/main/shell/source/win32/shlxthandler/shlxthdl.cxx
+++ b/main/shell/source/win32/shlxthandler/shlxthdl.cxx
@@ -338,7 +338,7 @@ extern "C" STDAPI DllRegisterServer()
                hr = E_FAIL;
 
        if (SUCCEEDED(RegisterThumbviewerHandler(module_path.c_str())))
-               ApproveShellExtension(CLSID_THUMBVIEWER_HANDLER, 
THUMBVIEWER_HANDLER_DESCRIPTIVAE_NAME);
+               ApproveShellExtension(CLSID_THUMBVIEWER_HANDLER, 
THUMBVIEWER_HANDLER_DESCRIPTIVE_NAME);
        else
                hr = E_FAIL;
 

Reply via email to