diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-06-25 14:19:44 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-06-25 15:04:46 +0200 |
commit | 426b940a9420f3ee48e546168d55cb39237ada0c (patch) | |
tree | 6fa337b85416585e90ba03d670643bdc5b790164 /sw | |
parent | 0de1e3a015dfcf7a09f021b4a4310a5a8cc28471 (diff) |
remove spurious ::com::sun::star::sdbcx namespace prefix
Change-Id: I37220af64c15259ab5bcf61b324d2a73ed8f5348
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/doc.hxx | 2 | ||||
-rw-r--r-- | sw/inc/swmodule.hxx | 4 | ||||
-rw-r--r-- | sw/source/uibase/inc/cption.hxx | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 8816c6f11272..2dc04156d52b 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -421,7 +421,7 @@ private: bool mbInCallModified : 1; //< TRUE: in Set/Reset-Modified link. bool mbIsAutoFmtRedline : 1; //< TRUE: Redlines are recorded by Autoformat. bool mbOLEPrtNotifyPending : 1; /**< TRUE: Printer has changed. At creation of - ::com::sun::star::sdbcx::View + View notification of OLE-Objects PrtOLENotify() is required. */ bool mbAllOLENotify : 1; //< True: Notification of all objects is required. bool mbIsRedlineMove : 1; //< True: Redlines are moved into to / out of the section. diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index 6b159b955b6b..7f61e42185ec 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -57,7 +57,7 @@ struct SwDBData; #define VIEWOPT_DEST_VIEW 0 #define VIEWOPT_DEST_TEXT 1 #define VIEWOPT_DEST_WEB 2 -#define VIEWOPT_DEST_VIEW_ONLY 3 //ViewOptions are set only at ::com::sun::star::sdbcx::View, not at the appl. +#define VIEWOPT_DEST_VIEW_ONLY 3 //ViewOptions are set only at View, not at the appl. namespace com{ namespace sun{ namespace star{ namespace scanner{ class XScannerManager2; @@ -260,7 +260,7 @@ inline void SwModule::SetLngSvcEvtListener( xLngSvcEvtListener = xLstnr; } -// Access to SwModule, the ::com::sun::star::sdbcx::View and the shell. +// Access to SwModule, the View and the shell. #define SW_MOD() ( *(SwModule**) GetAppData(SHL_WRITER)) diff --git a/sw/source/uibase/inc/cption.hxx b/sw/source/uibase/inc/cption.hxx index 0c1787f1d0b4..0cceb155f7c4 100644 --- a/sw/source/uibase/inc/cption.hxx +++ b/sw/source/uibase/inc/cption.hxx @@ -78,7 +78,7 @@ class SwCaptionDialog : public SvxStandardDialog OUString m_sNone; - SwView &rView; // search per active, avoid ::com::sun::star::sdbcx::View + SwView &rView; // search per active, avoid View SwFldMgr *pMgr; // pointer to save the include SelectionType eType; |