diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 16:13:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-04 16:14:08 +0000 |
commit | 2b76184892ddaeebaf8603f62c54dee17922f274 (patch) | |
tree | 7ead69b8f130309eccf65e623d0e64a2d8ab658c /include/vcl/textview.hxx | |
parent | 79ab9d7b6ede19bc494770bba6cc59bd4618d5ae (diff) |
Revert "Doxygen warnings corrected"
This reverts commit ff8036df5c5575503dc30d255dfbe99cc637c510.
multiple build failures with namespace collisions etc
Change-Id: Ie8ac08feff518af3584a26957f07a60d95932c76
Reviewed-on: https://gerrit.libreoffice.org/7855
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/textview.hxx')
-rw-r--r-- | include/vcl/textview.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/vcl/textview.hxx b/include/vcl/textview.hxx index 3a2b16454a3e..628132d2afeb 100644 --- a/include/vcl/textview.hxx +++ b/include/vcl/textview.hxx @@ -46,8 +46,6 @@ namespace clipboard { class XClipboard; }}}}} -using namespace ::com::sun::star; - struct ImpTextView; class VCL_DLLPUBLIC TextView : public vcl::unohelper::DragAndDropClient @@ -141,8 +139,8 @@ public: void Copy(); void Paste(); - void Copy( uno::Reference< datatransfer::clipboard::XClipboard >& rxClipboard ); - void Paste( uno::Reference< datatransfer::clipboard::XClipboard >& rxClipboard ); + void Copy( ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard >& rxClipboard ); + void Paste( ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard >& rxClipboard ); void Undo(); void Redo(); |