summaryrefslogtreecommitdiffstats
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-16 15:30:04 +0200
committerNoel Grandin <noel@peralex.com>2013-10-18 09:59:31 +0200
commit218775e19cee88cdf7dae1ead787cb4274f52cd4 (patch)
treea151a84be487380857dfd075d9797aee87217c11 /reportdesign/inc
parentconvert remnants of String in SD to OUString (diff)
downloadcore-218775e19cee88cdf7dae1ead787cb4274f52cd4.tar.gz
core-218775e19cee88cdf7dae1ead787cb4274f52cd4.zip
convert String to OUString in reportdesign module
Change-Id: I6c154dff7c613c8975136f2934df3b0f385dade4
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/UndoActions.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx
index 4f8a1d8ec65b..ad7f4ce15ecd 100644
--- a/reportdesign/inc/UndoActions.hxx
+++ b/reportdesign/inc/UndoActions.hxx
@@ -116,7 +116,7 @@ namespace rptui
UndoContext( SfxUndoManager& i_undoManager, const OUString& i_undoTitle )
:m_rUndoManager( i_undoManager )
{
- m_rUndoManager.EnterListAction( i_undoTitle, String() );
+ m_rUndoManager.EnterListAction( i_undoTitle, OUString() );
}
~UndoContext()
@@ -155,7 +155,7 @@ namespace rptui
class REPORTDESIGN_DLLPUBLIC OCommentUndoAction : public SdrUndoAction
{
protected:
- String m_strComment; // undo, redo comment
+ OUString m_strComment; // undo, redo comment
::dbaui::IController* m_pController;
public: