summaryrefslogtreecommitdiff
path: root/basic/inc/basic/sbuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-22 17:05:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-22 17:05:42 +0000
commited05f68fdb0d5f503e0448e00f640951089b417c (patch)
tree7d9758b46774977fef69f645af307980f1ef6f6c /basic/inc/basic/sbuno.hxx
parentf903906471315e525b181e852cbf44fd05174383 (diff)
Revert "Replace String with rtl::OUString"
You can't hope to change *some* virtual methods of a hierarchy and leave others untouched, they all have to be changed together. This reverts commit 9f46bee92be38f2d59295cabd9f1fdb149708153.
Diffstat (limited to 'basic/inc/basic/sbuno.hxx')
-rwxr-xr-xbasic/inc/basic/sbuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/basic/sbuno.hxx b/basic/inc/basic/sbuno.hxx
index 8e782b34b5..cb0c670fbe 100755
--- a/basic/inc/basic/sbuno.hxx
+++ b/basic/inc/basic/sbuno.hxx
@@ -35,7 +35,7 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; }}}}
// Returns a SbxObject that wrapps an Uno Interface
// Implementation in basic/source/classes/sbunoobj.cxx
-SbxObjectRef GetSbUnoObject( const ::rtl::OUString& aName, const com::sun::star::uno::Any& aUnoObj_ );
+SbxObjectRef GetSbUnoObject( const String& aName, const com::sun::star::uno::Any& aUnoObj_ );
// Force creation of all properties for debugging
void createAllObjectProperties( SbxObject* pObj );