diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-02 16:49:24 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-02 19:29:45 +0200 |
commit | eace5e0a1c4bab37699429447b1a17e3c9410503 (patch) | |
tree | 9bd81690b64e4218e565ec0a6a961c89041272e4 /sc/source/ui/formdlg | |
parent | e9d8831d18d1120593137632a31b2dad9f8d20f7 (diff) |
remove last uses of XubString in sc
Change-Id: I44c42f0268b0d7c2e77ab7e807610d39b7b7ea56
Diffstat (limited to 'sc/source/ui/formdlg')
-rw-r--r-- | sc/source/ui/formdlg/formula.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/formdlg/formula.cxx b/sc/source/ui/formdlg/formula.cxx index 37ee0e2a0bd9..25ae7d03e6a1 100644 --- a/sc/source/ui/formdlg/formula.cxx +++ b/sc/source/ui/formdlg/formula.cxx @@ -497,7 +497,7 @@ void ScFormulaDlg::showReference(const String& _sFormula) { ShowReference(_sFormula); } -void ScFormulaDlg::ShowReference(const String& _sFormula) +void ScFormulaDlg::ShowReference(const OUString& _sFormula) { m_aHelper.ShowReference(_sFormula); } |