diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 2 | ||||
-rw-r--r-- | sc/inc/helpids.h | 4 | ||||
-rw-r--r-- | sc/inc/linkuno.hxx | 2 | ||||
-rw-r--r-- | sc/inc/userdat.hxx | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 0d2ed2a07cb7..e54fb190a96c 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -410,7 +410,7 @@ private: documents, GRAM_ODFF for ODF 1.2 documents. */ formula::FormulaGrammar::Grammar eStorageGrammar; - sal_uLong nFormulaCodeInTree; // FormelRPN im Formelbaum + sal_uLong nFormulaCodeInTree; // formula RPN in the formula tree sal_uLong nXMLImportedFormulaCount; // progress count during XML import sal_uInt16 nInterpretLevel; // >0 if in interpreter sal_uInt16 nMacroInterpretLevel; // >0 if macro in interpreter diff --git a/sc/inc/helpids.h b/sc/inc/helpids.h index 379f9abfed2e..0d366b6ad4b5 100644 --- a/sc/inc/helpids.h +++ b/sc/inc/helpids.h @@ -27,7 +27,7 @@ #define HID_INSWIN_FUNC "SC_HID_INSWIN_FUNC" #define HID_INSWIN_INPUT "SC_HID_INSWIN_INPUT" -// Hilfe IDs fuer Dokumentfenster -------------------------------------------- +// Help IDs for document window ---------------------------------------------- #define HID_SC_WIN_GRIDWIN "SC_HID_SC_WIN_GRIDWIN" #define HID_SC_WIN_PREVIEW "SC_HID_SC_WIN_PREVIEW" @@ -185,7 +185,7 @@ #define HID_MN_FORMAT_ALGN "SC_HID_MN_FORMAT_ALGN" #define HID_MN_FORMAT_LINESPACE "SC_HID_MN_FORMAT_LINESPACE" -// Ende Hilfe IDs ------------------------------------------------------------ +// End help IDs ------------------------------------------------------------ #define HID_FUNC_DBANZAHL "SC_HID_FUNC_DBANZAHL" #define HID_FUNC_DBANZAHL2 "SC_HID_FUNC_DBANZAHL2" diff --git a/sc/inc/linkuno.hxx b/sc/inc/linkuno.hxx index f6f0a3e97b86..1570039607f9 100644 --- a/sc/inc/linkuno.hxx +++ b/sc/inc/linkuno.hxx @@ -96,7 +96,7 @@ public: virtual void SAL_CALL removeVetoableChangeListener( const OUString& PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener >& aListener ) override; - // aus get/setPropertyValue gerufen: + // called from get/setPropertyValue: OUString getFileName() const; void setFileName(const OUString& FileName); OUString getFilter() const; diff --git a/sc/inc/userdat.hxx b/sc/inc/userdat.hxx index f9b19ac6fdbd..756ddc4876ef 100644 --- a/sc/inc/userdat.hxx +++ b/sc/inc/userdat.hxx @@ -26,7 +26,7 @@ #include "global.hxx" #include "address.hxx" -// Object-Ids fuer UserData +// Object IDs for UserData #define SC_UD_OBJDATA 1 #define SC_UD_IMAPDATA 2 #define SC_UD_MACRODATA 3 |