summaryrefslogtreecommitdiff
path: root/editeng/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-16 14:20:46 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-17 09:27:41 +0100
commitbf939922f0674a62e33bcc8c884db13bca37bb49 (patch)
tree41ae3b6a41ea6cd0f8b737c29d837547cfee5db6 /editeng/inc
parente748b096633c5ef747f0630d13708d8dd7308a86 (diff)
these can be const
Diffstat (limited to 'editeng/inc')
-rw-r--r--editeng/inc/editeng/svxfont.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/svxfont.hxx b/editeng/inc/editeng/svxfont.hxx
index d544afdae054..0dc33b630321 100644
--- a/editeng/inc/editeng/svxfont.hxx
+++ b/editeng/inc/editeng/svxfont.hxx
@@ -104,7 +104,7 @@ public:
Size GetPhysTxtSize( const OutputDevice *pOut, const String &rTxt );
Size GetTxtSize( const OutputDevice *pOut, const String &rTxt,
- const sal_uInt16 nIdx = 0, const sal_uInt16 nLen = STRING_LEN );
+ const sal_uInt16 nIdx = 0, const sal_uInt16 nLen = STRING_LEN ) const;
void DrawText( OutputDevice *pOut, const Point &rPos, const String &rTxt,
const sal_uInt16 nIdx = 0, const sal_uInt16 nLen = STRING_LEN ) const;