diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-08 12:28:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-08 14:15:54 +0000 |
commit | 15ff1109d25c9d89f6fcba6c10ce1a02908d1480 (patch) | |
tree | 3a24d1e05f72970c122c163f6d249abfa7af67df /sw | |
parent | 3d78423eaee41474cfa99c651f3c96d407453180 (diff) |
fix debug=2 build
Change-Id: I09048d8d92afa4761e5276f308361f6b7fd152b5
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/utlui/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/utlui/content.cxx b/sw/source/ui/utlui/content.cxx index efc49d617b70..f810c57b2231 100644 --- a/sw/source/ui/utlui/content.cxx +++ b/sw/source/ui/utlui/content.cxx @@ -2809,7 +2809,7 @@ void SwContentTree::RequestHelp( const HelpEvent& rHEvt ) case CONTENT_TYPE_GRAPHIC: sEntry = ((SwGraphicContent*)pUserData)->GetLink(); #if OSL_DEBUG_LEVEL > 1 - sEntry += ' '; + sEntry += " "; sEntry += OUString::number( ((SwGraphicContent*)pUserData)->GetYPos()); #endif |