diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-07 12:14:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-07 12:14:33 +0000 |
commit | 5fcb7ac37c23b018ece6225dc99499bd0b4b2794 (patch) | |
tree | dfa03e34a5c9c0a4ac2d7aee255fae5d25bb604f | |
parent | e5792a543882192de16a919c2613aec528fcabb7 (diff) |
#65293#: disambiguate cppu
-rw-r--r-- | connectivity/inc/connectivity/CommonTools.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/inc/connectivity/CommonTools.hxx b/connectivity/inc/connectivity/CommonTools.hxx index f6d1274c60a9..7da92c4ff48c 100644 --- a/connectivity/inc/connectivity/CommonTools.hxx +++ b/connectivity/inc/connectivity/CommonTools.hxx @@ -2,9 +2,9 @@ * * $RCSfile: CommonTools.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: oj $ $Date: 2000-11-03 13:02:19 $ + * last change: $Author: hr $ $Date: 2000-11-07 13:14:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,7 +105,7 @@ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > aProps; \ describeProperties(aProps); \ changePropertyAttributte(aProps); \ - return new cppu::OPropertyArrayHelper(aProps); \ + return new ::cppu::OPropertyArrayHelper(aProps); \ } \ virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() \ { \ |