summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-10-20 15:15:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-10-20 19:00:36 +0100
commit45e366eadbba69140214a8e745a1d3ce3e4e8337 (patch)
treecf01cfc9006789d7effb61ae140028829fc879c6 /uui
parent8bb4b18127cdc6259ecd65ec0f28d27d0513cb26 (diff)
drop unnecessary tools/string includes
Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
Diffstat (limited to 'uui')
-rw-r--r--uui/source/fltdlg.hxx1
-rw-r--r--uui/source/loginerr.hxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/uui/source/fltdlg.hxx b/uui/source/fltdlg.hxx
index 590646860cc3..4df47341a813 100644
--- a/uui/source/fltdlg.hxx
+++ b/uui/source/fltdlg.hxx
@@ -27,7 +27,6 @@
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
-#include <tools/string.hxx>
#include <vector>
diff --git a/uui/source/loginerr.hxx b/uui/source/loginerr.hxx
index ea8070d05eaf..e62789f29ed1 100644
--- a/uui/source/loginerr.hxx
+++ b/uui/source/loginerr.hxx
@@ -20,7 +20,7 @@
#ifndef m_LOGINERR_HXX
#define m_LOGINERR_HXX
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
//=========================================================================