summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-06-07 15:35:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-06-07 15:36:21 +0100
commit4129130cab83eb1e7e1ebf153c914524846f7e4b (patch)
treeb9d07f14366605289c311c8beae3e893265737b2 /include
parent41660feef6095f6d9510d11c99376652b41a504b (diff)
XubString->OUString
Change-Id: I9404ef0d53a74e09a0db9781d004fcd0c573dd78
Diffstat (limited to 'include')
-rw-r--r--include/formula/funcutl.hxx2
-rw-r--r--include/svtools/prnsetup.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/formula/funcutl.hxx b/include/formula/funcutl.hxx
index 6676117cdf20..0d802f137893 100644
--- a/include/formula/funcutl.hxx
+++ b/include/formula/funcutl.hxx
@@ -50,7 +50,7 @@ public:
WinBits nStyle = WB_BORDER );
virtual ~RefEdit();
- void SetRefString( const XubString& rStr );
+ void SetRefString( const OUString& rStr );
/**
* Flag reference valid or invalid, which in turn changes the visual
diff --git a/include/svtools/prnsetup.hxx b/include/svtools/prnsetup.hxx
index 9999fdb8846b..d9150cb395d7 100644
--- a/include/svtools/prnsetup.hxx
+++ b/include/svtools/prnsetup.hxx
@@ -86,7 +86,7 @@ Printer* ImplPrnDlgListBoxSelect( ListBox* pBox, PushButton* pPropBtn,
Printer* pPrinter, Printer* pTempPrinter );
Printer* ImplPrnDlgUpdatePrinter( Printer* pPrinter, Printer* pTempPrinter );
void ImplPrnDlgUpdateQueueInfo( ListBox* pBox, QueueInfo& rInfo );
-XubString ImplPrnDlgGetStatusText( const QueueInfo& rInfo );
+OUString ImplPrnDlgGetStatusText( const QueueInfo& rInfo );
#endif // _SV_PRNSETUP_HXX_