diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-21 14:23:32 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-11-22 09:03:32 -0500 |
commit | 0762f059c49289d56010d667fd2311d349f5d383 (patch) | |
tree | 9f5db28bce018b10c13c690a74ba3764240f3eb4 /sc/inc | |
parent | 79ceef879205c428bbb87e729a2d3ba68d6e6a0f (diff) |
Call the method directly via ScDocument, not via obscure UNO API.
Change-Id: I27628314337ae4df31420d63d7c09148369a6759
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 68e57d2900c6..80d724b186a8 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1920,7 +1920,7 @@ public: void CompileDBFormula(); void CompileDBFormula( bool bCreateFormulaString ); - void CompileNameFormula( bool bCreateFormulaString ); + SC_DLLPUBLIC void CompileNameFormula( bool bCreateFormulaString ); void CompileColRowNameFormula(); /** Maximum string length of a column, e.g. for dBase export. |