summaryrefslogtreecommitdiff
path: root/include/svx/svxdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-13 13:12:33 +0200
committerNoel Grandin <noel@peralex.com>2014-03-13 13:13:38 +0200
commit41776e53c54968881021c25f1173d190cfd2ba5d (patch)
tree82a10d8f6b237879bde8acdc38e0f9e07bbfb87e /include/svx/svxdlg.hxx
parentd575b23c187fb66bbe13c4fe6df8a8cb1ccbc135 (diff)
svtools,svx: prefer passing OUString and OString by reference
Change-Id: Iceb2cbcda9d8ddb4ee00db9365c751e0e5d8b3a6
Diffstat (limited to 'include/svx/svxdlg.hxx')
-rw-r--r--include/svx/svxdlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 8c5fce0d8807..e5cd519f60d4 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -132,10 +132,10 @@ public:
class AbstractSvxHlinkDlgMarkWnd :public VclAbstractDialog
{
public:
- virtual bool MoveTo ( Point aNewPos )const = 0;
- virtual bool ConnectToDialog( bool bDoit = true )const = 0;
- virtual void RefreshTree ( OUString aStrURL ) = 0;
- virtual void SelectEntry ( OUString aStrMark ) = 0;
+ virtual bool MoveTo ( Point aNewPos ) const = 0;
+ virtual bool ConnectToDialog( bool bDoit = true ) const = 0;
+ virtual void RefreshTree ( const OUString& aStrURL ) = 0;
+ virtual void SelectEntry ( const OUString& aStrMark ) = 0;
virtual sal_uInt16 SetError( sal_uInt16 nError) = 0;
// in class Window
virtual void SetSizePixel( const Size& rNewSize ) = 0;