summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/filectrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/svtools/filectrl.hxx')
-rw-r--r--svtools/inc/svtools/filectrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/inc/svtools/filectrl.hxx b/svtools/inc/svtools/filectrl.hxx
index c7fdd4262610..5654f004f69c 100644
--- a/svtools/inc/svtools/filectrl.hxx
+++ b/svtools/inc/svtools/filectrl.hxx
@@ -77,7 +77,7 @@ public:
void SetText( const OUString& rStr );
OUString GetText() const;
- rtl::OUString GetSelectedText() const { return maEdit.GetSelected(); }
+ OUString GetSelectedText() const { return maEdit.GetSelected(); }
void SetSelection( const Selection& rSelection ) { maEdit.SetSelection( rSelection ); }
Selection GetSelection() const { return maEdit.GetSelection(); }