summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/doc.hxx2
-rw-r--r--sw/inc/swmodule.hxx4
-rw-r--r--sw/source/uibase/inc/cption.hxx2
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;