summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-18 04:47:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-18 04:55:44 +0200
commitbdf6acced0a7f6c5f959235dc5e1b7231cff35e9 (patch)
tree04a48f25f45cf02adcf49f16f9562c4687adc696 /sw
parente50bcaf729eed26b0fe0f19d4b6839f67b6ca619 (diff)
fix build
Change-Id: I9db0befd075089f346b504f91657a67dc01c9808
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/doc/doc.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx
index c4b1ccb48ffc..12b50d7b0f17 100644
--- a/sw/source/core/doc/doc.cxx
+++ b/sw/source/core/doc/doc.cxx
@@ -18,6 +18,7 @@
*/
#include <doc.hxx>
+#include <DocumentFieldsManager.hxx>
#include <DocumentSettingManager.hxx>
#include <DocumentDrawModelManager.hxx>
#include <DocumentTimerManager.hxx>
@@ -1555,7 +1556,7 @@ bool SwDoc::ConvertFieldsToText()
aInsertPam.SetMark();
// go to the end of the field
- const SwTxtFld *pTxtField = GetTxtFldAtPos( *aInsertPam.End() );
+ const SwTxtFld *pTxtField = sw::DocumentFieldsManager::GetTxtFldAtPos( *aInsertPam.End() );
if (pTxtField && pTxtField->Which() == RES_TXTATR_INPUTFIELD)
{
SwPosition &rEndPos = *aInsertPam.GetPoint();