diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-09 12:25:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-09 14:31:25 +0200 |
commit | f01390010338ae627c990026c4ba579ab5eb266f (patch) | |
tree | 7b0afed21382c21492c16dcc03afb18f4940c398 /include/formula | |
parent | a387c18f726958b7557a9a75a00b60d9fb3281d7 (diff) |
zugeordnetes->associated
Change-Id: I4ba1a3c467526b85f576e5549e7c47a1e0fb66a0
Reviewed-on: https://gerrit.libreoffice.org/70456
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/funcutl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx index 5bb490d648a2..0a4c25d1236c 100644 --- a/include/formula/funcutl.hxx +++ b/include/formula/funcutl.hxx @@ -92,7 +92,7 @@ private: OUString aShrinkQuickHelp; OUString aExpandQuickHelp; IControlReferenceHandler* pAnyRefDlg; // parent dialog - VclPtr<RefEdit> pRefEdit; // zugeordnetes Edit-Control + VclPtr<RefEdit> pRefEdit; // associated Edit-Control protected: virtual void Click() override; |