summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/baside2.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index 41f1af8e757e..aae2ae6f53ba 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -539,9 +539,9 @@ public:
class UnoTypeCodeCompletetor
{
private:
- ::css::uno::Reference< ::css::lang::XMultiServiceFactory > xFactory;
- ::css::uno::Reference< ::css::reflection::XIdlReflection > xRefl;
- ::css::uno::Reference< ::css::reflection::XIdlClass > xClass;
+ css::uno::Reference< css::lang::XMultiServiceFactory > xFactory;
+ css::uno::Reference< css::reflection::XIdlReflection > xRefl;
+ css::uno::Reference< css::reflection::XIdlClass > xClass;
bool bCanComplete;
bool CheckField( const OUString& sFieldName );