summaryrefslogtreecommitdiff
path: root/sc/inc/viewopti.hxx
diff options
context:
space:
mode:
authorFlorian Reisinger <reisi007@gmail.com>2012-06-22 11:59:32 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-22 11:59:59 +0100
commit3f5245db4b0248bb55c37d3400b8155263880f6e (patch)
tree1107702210212e4f3967e218865434549165bf76 /sc/inc/viewopti.hxx
parent6097bd4c14bf58c4c15ee05280eff2151ed98416 (diff)
Translate German comments in sc/inc/viewopti.hxx
Change-Id: I42284ab7d3bd542d9ef570626a178d697e1f5b2b
Diffstat (limited to 'sc/inc/viewopti.hxx')
-rw-r--r--sc/inc/viewopti.hxx20
1 files changed, 5 insertions, 15 deletions
diff --git a/sc/inc/viewopti.hxx b/sc/inc/viewopti.hxx
index b82f566d26e8..1af5563f0ebc 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
{