summaryrefslogtreecommitdiff
path: root/include/vcl/keycod.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-07-31 14:50:42 +0200
committerNoel Grandin <noel@peralex.com>2013-07-31 15:29:14 +0200
commit219534a029536861fce2413c34afedc98fde60e4 (patch)
tree5879a2e7224d00f864aa53793df57c2b5252a9a4 /include/vcl/keycod.hxx
parent78c5a2ce8c2d4967d954fceaf9b7707ec56a3d7b (diff)
convert vcl/keycod.hxx from XubString to OUString
Change-Id: I112979676926bf202213174bddfa2adcffc5249f
Diffstat (limited to 'include/vcl/keycod.hxx')
-rw-r--r--include/vcl/keycod.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/keycod.hxx b/include/vcl/keycod.hxx
index 70df7583bcca..0e1747b956dc 100644
--- a/include/vcl/keycod.hxx
+++ b/include/vcl/keycod.hxx
@@ -70,7 +70,7 @@ public:
sal_uInt16 GetGroup() const
{ return (nCode & KEYGROUP_TYPE); }
- XubString GetName( Window* pWindow = NULL ) const;
+ OUString GetName( Window* pWindow = NULL ) const;
sal_Bool IsFunction() const
{ return ((eFunc != KEYFUNC_DONTKNOW) ? sal_True : sal_False); }