summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/writerhelper.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-09 00:51:17 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-09 10:26:50 +0000
commit809e3017d1d0ee953880da1c3360bc1ee40d3c05 (patch)
treeb1126ae22590ac3d32901506c3f5ca586046965b /sw/source/filter/ww8/writerhelper.hxx
parentfa97b8ac234c34618d8dca4329bc13e8454b47b4 (diff)
update code a bit
Diffstat (limited to 'sw/source/filter/ww8/writerhelper.hxx')
-rw-r--r--sw/source/filter/ww8/writerhelper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/writerhelper.hxx b/sw/source/filter/ww8/writerhelper.hxx
index 5218e5ab530f..01c53c8db1ac 100644
--- a/sw/source/filter/ww8/writerhelper.hxx
+++ b/sw/source/filter/ww8/writerhelper.hxx
@@ -530,7 +530,7 @@ namespace sw
@author
<a href="mailto:cmc@openoffice.org">Caol&aacute;n McNamara</a>
*/
- SwTxtFmtColl* GetParaStyle(SwDoc &rDoc, const String& rName);
+ SwTxtFmtColl* GetParaStyle(SwDoc &rDoc, const rtl::OUString& rName);
/** Get a Character Style which fits a given name
@@ -548,7 +548,7 @@ namespace sw
@author
<a href="mailto:cmc@openoffice.org">Caol&aacute;n McNamara</a>
*/
- SwCharFmt* GetCharStyle(SwDoc &rDoc, const String& rName);
+ SwCharFmt* GetCharStyle(SwDoc &rDoc, const rtl::OUString& rName);
/** Sort sequence of Paragraph Styles by assigned outline style list level
@@ -741,7 +741,7 @@ namespace sw
@author
<a href="mailto:cmc@openoffice.org">Caol&aacute;n McNamara</a>
*/
- bool IsStarSymbol(const String &rFontName);
+ bool IsStarSymbol(const rtl::OUString &rFontName);
/** Make setting a drawing object's layer in a Writer document easy
@@ -873,7 +873,7 @@ namespace sw
class DrawingOLEAdaptor
{
private:
- String msOrigPersistName;
+ rtl::OUString msOrigPersistName;
com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > mxIPRef;
SfxObjectShell& mrPers;
Graphic* mpGraphic;
@@ -907,7 +907,7 @@ namespace sw
@return On success true is returned, otherwise false. On
success rName is then suitable for user with SwDoc::InsertOLE
*/
- bool TransferToDoc(::rtl::OUString &rName);
+ bool TransferToDoc(rtl::OUString &rName);
private:
/// No assigning allowed
DrawingOLEAdaptor& operator=(const DrawingOLEAdaptor&);