diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-11 17:00:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-12 08:32:59 +0100 |
commit | 9dd40c656feda2ccadb07d618a95b9ff63ab61ff (patch) | |
tree | 84b5e0e3bd48909413c074d52c4bc08a46cfabce /include/vcl/vclevent.hxx | |
parent | 3e9ae4da947cd9c3f75b6e4942f2ba52337df075 (diff) |
XubString->OUString
Change-Id: I04c7da143425a9d8cc4fae155ad45a469df953c1
Diffstat (limited to 'include/vcl/vclevent.hxx')
-rw-r--r-- | include/vcl/vclevent.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/vclevent.hxx b/include/vcl/vclevent.hxx index bc4fa01362c2..a214f39ef619 100644 --- a/include/vcl/vclevent.hxx +++ b/include/vcl/vclevent.hxx @@ -62,7 +62,7 @@ namespace com { namespace sun { namespace star { #define VCLEVENT_WINDOW_MOUSEMOVE 1015 // pData = MouseEvent* #define VCLEVENT_WINDOW_MOUSEBUTTONDOWN 1016 // pData = MouseEvent* #define VCLEVENT_WINDOW_MOUSEBUTTONUP 1017 // pData = MouseEvent* -#define VCLEVENT_WINDOW_FRAMETITLECHANGED 1018 // pData = XubString* = oldTitle +#define VCLEVENT_WINDOW_FRAMETITLECHANGED 1018 // pData = OUString* = oldTitle #define VCLEVENT_APPLICATION_DATACHANGED 1019 // pData = DataChangedEvent* #define VCLEVENT_WINDOW_ENABLED 1020 #define VCLEVENT_WINDOW_DISABLED 1021 |