summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-08-19 01:57:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-08-21 09:43:00 +0000
commitbb145132b87be8690d4b3b23f15bba11a2a0d94c (patch)
treef38e4ab05915bad475237e4b2f78aad3a72dde3c /sw/inc
parent67876ed10503a4574342e3d929f6e5ff89cf75b4 (diff)
String to OUString
Change-Id: I87b26b5eb3314cd2129f9e23870a59ccff53a02a Reviewed-on: https://gerrit.libreoffice.org/5556 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/PostItMgr.hxx13
-rw-r--r--sw/inc/postithelper.hxx1
2 files changed, 5 insertions, 9 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 6a605a3aacf1..888a5ac772c2 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _POSTITMGR_HXX
-#define _POSTITMGR_HXX
+#ifndef POSTITMGR_HXX
+#define POSTITMGR_HXX
#include <list>
#include <vector>
#include <editeng/outlobj.hxx>
-#include <tools/string.hxx>
+#include <rtl/ustring.hxx>
#include <tools/link.hxx>
#include <swrect.hxx>
#include <unotools/configitem.hxx>
@@ -215,10 +215,10 @@ class SwPostItMgr: public SfxListener
void CorrectPositions();
void SetLayout() { mbLayout = true; };
- void Delete(String aAuthor);
+ void Delete(OUString aAuthor);
void Delete();
- void Hide( const String& rAuthor );
+ void Hide( const OUString& rAuthor );
void Hide();
void Show();
@@ -283,7 +283,4 @@ class SwPostItMgr: public SfxListener
#endif
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx
index 2a304d502788..7648015fe5d8 100644
--- a/sw/inc/postithelper.hxx
+++ b/sw/inc/postithelper.hxx
@@ -29,7 +29,6 @@
class SwTxtFld;
class SwRootFrm;
-class String;
class SwPostItMgr;
class SwEditWin;
namespace sw { namespace sidebarwindows {