diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-09-18 00:05:54 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-25 22:06:48 +0000 |
commit | 8a183e1a7dec63742d6438adc0aa03b9b02396c3 (patch) | |
tree | 9f08356ae66a4824569a594bc20007562b67e77f /sw/inc/swabstdlg.hxx | |
parent | 96d97654611386eae3254ce184b9ad0944d37879 (diff) |
String to OUString
Change-Id: Iee0d6356ad8f06d97f7fa25223f3429857b1309f
Reviewed-on: https://gerrit.libreoffice.org/6024
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/swabstdlg.hxx')
-rw-r--r-- | sw/inc/swabstdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index eb14336c46ca..cc8baed0629e 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -19,6 +19,7 @@ #ifndef _SW_ABSTDLG_HXX #define _SW_ABSTDLG_HXX +#include <rtl/ustring.hxx> #include <tools/solar.h> #include <tools/string.hxx> #include <sfx2/sfxdlg.hxx> |