diff options
author | Christina Rossmanith <Christina Rossmanith> | 2011-01-11 21:53:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-11 21:23:08 +0000 |
commit | 668360f1243f4c7d2a9f52b59ea84146f7932a1c (patch) | |
tree | 9f7f103fe3e12c751efb231ade2e6b913b83dc6a /sc/inc/fielduno.hxx | |
parent | 1c5371bbd4b2465ee51c2c48e9ccca5b22515818 (diff) |
Translated comments from German to English / Removed unnecessary comments
Diffstat (limited to 'sc/inc/fielduno.hxx')
-rw-r--r-- | sc/inc/fielduno.hxx | 6 |
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(); |