Author: mseidel Date: Sat Mar 30 12:52:54 2019 New Revision: 1856623 URL: http://svn.apache.org/viewvc?rev=1856623&view=rev Log: Minor cleanup, translated German comments
Modified: openoffice/trunk/main/rsc/inc/vclrsc.hxx Modified: openoffice/trunk/main/rsc/inc/vclrsc.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/rsc/inc/vclrsc.hxx?rev=1856623&r1=1856622&r2=1856623&view=diff ============================================================================== --- openoffice/trunk/main/rsc/inc/vclrsc.hxx (original) +++ openoffice/trunk/main/rsc/inc/vclrsc.hxx Sat Mar 30 12:52:54 2019 @@ -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. - * + * *************************************************************/ @@ -46,7 +46,7 @@ enum TimeFieldFormat {TIMEF_NONE, TIMEF_ #define KEY_CODE ((sal_uInt16)0x0FFF) -// Modifier-Tasten +// Modifier-Keys #define KEY_SHIFT ((sal_uInt16)0x1000) #define KEY_MOD1 ((sal_uInt16)0x2000) #define KEY_MOD2 ((sal_uInt16)0x4000) @@ -69,9 +69,9 @@ enum KeyFuncType { KEYFUNC_DONTKNOW, KEY #endif -// -------------------------- -// - Bits fuer ToolBoxItems - -// -------------------------- +// ------------------------- +// - Bits for ToolBoxItems - +// ------------------------- // from vcl/inc/toolbox.hxx typedef sal_uInt16 ToolBoxItemBits; @@ -97,12 +97,12 @@ enum ToolBoxItemType { TOOLBOXITEM_DONTK typedef sal_uInt16 WindowBorderStyle; -#define WINDOW_BORDER_NORMAL ((WindowBorderStyle)0x0001) -#define WINDOW_BORDER_MONO ((WindowBorderStyle)0x0002) -#define WINDOW_BORDER_ACTIVE ((WindowBorderStyle)0x0004) -#define WINDOW_BORDER_DOUBLEOUT ((WindowBorderStyle)0x0008) -#define WINDOW_BORDER_MENU ((WindowBorderStyle)0x0010) -#define WINDOW_BORDER_NOBORDER ((WindowBorderStyle)0x1000) +#define WINDOW_BORDER_NORMAL ((WindowBorderStyle)0x0001) +#define WINDOW_BORDER_MONO ((WindowBorderStyle)0x0002) +#define WINDOW_BORDER_ACTIVE ((WindowBorderStyle)0x0004) +#define WINDOW_BORDER_DOUBLEOUT ((WindowBorderStyle)0x0008) +#define WINDOW_BORDER_MENU ((WindowBorderStyle)0x0010) +#define WINDOW_BORDER_NOBORDER ((WindowBorderStyle)0x1000) // -------------- // - Menu-Types -