summaryrefslogtreecommitdiff
path: root/sc/inc/fielduno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/fielduno.hxx')
-rw-r--r--sc/inc/fielduno.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx
index ae4aec33979d..a4a1adedbaf4 100644
--- a/sc/inc/fielduno.hxx
+++ b/sc/inc/fielduno.hxx
@@ -142,7 +142,7 @@ private:
SvxEditSource* pEditSource;
ESelection aSelection;
- String aUrl; // Inhalt, wenn noch nicht eingefuegt (nur dann!)
+ String aUrl; // content, only iff not already inserted
String aRepresentation;
String aTarget;
@@ -154,7 +154,7 @@ public:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
- // per getImplementation gerufen:
+ // called by getImplementation:
void DeleteField();
BOOL IsInserted() const { return pEditSource != NULL; }
SvxFieldItem CreateFieldItem();
@@ -349,7 +349,7 @@ public:
USHORT nT, const ESelection& rSel);
virtual ~ScHeaderFieldObj();
- // per getImplementation gerufen:
+ // called by getImplementation:
void DeleteField();
BOOL IsInserted() const { return pEditSource != NULL; }
SvxFieldItem CreateFieldItem();