summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/unotools.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:13:23 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:13:23 +0000
commit00376751831c3c96a2aacc18d63b4cbdb0140848 (patch)
treed0d5d91678980d11f9d89c5d0246352344b538eb /sw/source/ui/inc/unotools.hxx
parentINTEGRATION: CWS swwarnings (1.6.710); FILE MERGED (diff)
downloadcore-00376751831c3c96a2aacc18d63b4cbdb0140848.tar.gz
core-00376751831c3c96a2aacc18d63b4cbdb0140848.zip
INTEGRATION: CWS swwarnings (1.11.710); FILE MERGED
2007/03/26 12:09:10 tl 1.11.710.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/inc/unotools.hxx')
-rw-r--r--sw/source/ui/inc/unotools.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/inc/unotools.hxx b/sw/source/ui/inc/unotools.hxx
index 5cb0fc06a9cc..16080ccf2535 100644
--- a/sw/source/ui/inc/unotools.hxx
+++ b/sw/source/ui/inc/unotools.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unotools.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:12:55 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:13:23 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -114,10 +114,10 @@ public:
class SwView;
class SW_DLLPUBLIC SwOneExampleFrame
{
- STAR_REFERENCE( awt::XControl ) _xControl;
- STAR_REFERENCE( frame::XModel ) _xModel;
- STAR_REFERENCE( frame::XController ) _xController;
- STAR_REFERENCE( text::XTextCursor ) _xCursor;
+ ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl > _xControl;
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > _xModel;
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > _xController;
+ ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextCursor > _xCursor;
SwFrmCtrlWindow aTopWindow;
Window& rWindow;