summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-07-28 11:39:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-07-28 11:39:51 +0100
commitf59284e3369f249b33dbd2adb4ed44d72840d78f (patch)
tree57088ab2f5bb5b1d42f580f13360210c6a47d4a0 /cui/source/inc
parent3fea681c48dbb5ca599d78ae219785b90a13f2a6 (diff)
pass char code directly rather than as-text
and then turning it back into the code again Change-Id: Iae9cddb18a6bdad4b1ba8c2af81f3d29a7f26725
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/cuicharmap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/cuicharmap.hxx b/cui/source/inc/cuicharmap.hxx
index 2681bb610ac4..9f4f2e9a0fb2 100644
--- a/cui/source/inc/cuicharmap.hxx
+++ b/cui/source/inc/cuicharmap.hxx
@@ -144,7 +144,7 @@ public:
void updateFavCharControl();
void setFavButtonState(const OUString& sTitle, const OUString& rFont);
- void setCharName(char decimal[]);
+ void setCharName(sal_UCS4 nDecimalValue);
};
#endif