[PATCH 31/52] translate german comments
Nicolas Christener
nc at adfinis.com
Thu Mar 10 04:54:39 PST 2011
---
sc/inc/global.hxx | 23 +----------------------
1 files changed, 1 insertions(+), 22 deletions(-)
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 80e4ccc..f6fad3b 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -65,8 +65,6 @@ extern "C" {
::com::sun::star::i18n::TransliterationModules_IGNORE_CASE )
#define SC_TRANSLITERATION_CASESENSE 0
-//------------------------------------------------------------------------
-
// Calc has lots of names...
// Clipboard names are in so3/soapp.hxx now
// STRING_SCAPP was "scalc3", "scalc4", now just "scalc"
@@ -76,7 +74,7 @@ extern "C" {
#define STRING_STANDARD "Standard"
-// characters -----------------------------------------------------------------
+// characters
// '\r' does not work on a Mac...
#define CHAR_CR char(13)
@@ -413,12 +411,6 @@ enum ScLkUpdMode // modes for updating links
};
-// -----------------------------------------------------------------------
-
-//==================================================================
-
-// -----------------------------------------------------------------------
-
// enum with values equal to old DBObject enum from sdb
enum ScDBObject
{
@@ -455,8 +447,6 @@ struct ScStringHashCode
}
};
-// -----------------------------------------------------------------------
-
class ScDocument;
class ScDocShell;
class ScDocShellRef;
@@ -689,7 +679,6 @@ SC_DLLPUBLIC static const sal_Unicode* FindUnquoted( const sal_Unicode* pStri
};
#endif
-//==================================================================
// maybe move to dbdata.hxx (?):
enum ScQueryOp
@@ -712,16 +701,12 @@ enum ScQueryOp
SC_DOES_NOT_END_WITH
};
-// -----------------------------------------------------------------------
-
enum ScQueryConnect
{
SC_AND,
SC_OR
};
-// -----------------------------------------------------------------------
-
enum ScSubTotalFunc
{
SUBTOTAL_FUNC_NONE = 0,
@@ -738,9 +723,6 @@ enum ScSubTotalFunc
SUBTOTAL_FUNC_VARP = 11
};
-
-// -----------------------------------------------------------------------
-
/*
* dialog returns the special field values "empty"/"not empty"
* as constants SC_EMPTYFIELDS and SC_NONEMPTYFIELDS respectively in nVal in
@@ -781,8 +763,6 @@ struct ScQueryEntry
BOOL operator==( const ScQueryEntry& r ) const;
};
-// -----------------------------------------------------------------------
-
struct SC_DLLPUBLIC ScSubTotalParam
{
SCCOL nCol1; // selected area
@@ -816,7 +796,6 @@ struct SC_DLLPUBLIC ScSubTotalParam
USHORT nCount );
};
-// -----------------------------------------------------------------------
class ScArea;
struct ScConsolidateParam
--
1.7.3.5
--=-ee0rBqSIwn8rDWvQOS6/
Content-Disposition: attachment; filename="0032-translate-german-comments.patch"
Content-Type: text/x-patch; name="0032-translate-german-comments.patch"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
More information about the LibreOffice
mailing list