[Libreoffice-commits] .: sc/inc
Michael Meeks
michael at kemper.freedesktop.org
Fri Jun 22 04:01:56 PDT 2012
sc/inc/viewopti.hxx | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
New commits:
commit 3f5245db4b0248bb55c37d3400b8155263880f6e
Author: Florian Reisinger <reisi007 at gmail.com>
Date: Fri Jun 22 11:59:32 2012 +0100
Translate German comments in sc/inc/viewopti.hxx
Change-Id: I42284ab7d3bd542d9ef570626a178d697e1f5b2b
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index b82f566..1af5563 100644
--- a/sc/inc/viewopti.hxx
+++ b/sc/inc/viewopti.hxx
@@ -36,9 +36,7 @@
#include "optutil.hxx"
#include "global.hxx"
-//==================================================================
-// View-Optionen
-//==================================================================
+// View options
enum ScViewOption
{
@@ -71,9 +69,7 @@ enum ScVObjType
#define SC_STD_GRIDCOLOR COL_LIGHTGRAY
-//==================================================================
-// SvxGrid-Optionen mit Standard-Operatoren
-//==================================================================
+// SvxGrid options with standard operators
class ScGridOptions : public SvxOptionsGrid
{
@@ -87,9 +83,7 @@ public:
bool operator!= ( const ScGridOptions& rOpt ) const { return !(operator==(rOpt)); }
};
-//==================================================================
-// Einstellungen - Ansicht
-//==================================================================
+// Options - View
class SC_DLLPUBLIC ScViewOptions
{
@@ -125,9 +119,7 @@ private:
ScGridOptions aGridOpt;
};
-//==================================================================
-// Item fuer Einstellungsdialog - Ansicht
-//==================================================================
+// Item for the options dialoge - View
class SC_DLLPUBLIC ScTpViewItem : public SfxPoolItem
{
@@ -148,9 +140,7 @@ private:
};
-//==================================================================
-// CfgItem fuer View-Optionen
-//==================================================================
+// CfgItem for View options
class ScViewCfg : public ScViewOptions
{
More information about the Libreoffice-commits
mailing list