summaryrefslogtreecommitdiffstats
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-06-25 14:19:44 +0200
committerMichael Stahl <mstahl@redhat.com>2014-06-25 15:04:46 +0200
commit426b940a9420f3ee48e546168d55cb39237ada0c (patch)
tree6fa337b85416585e90ba03d670643bdc5b790164 /sw/inc/swmodule.hxx
parentremove spurious com::sun::star::chaos (diff)
downloadcore-426b940a9420f3ee48e546168d55cb39237ada0c.tar.gz
core-426b940a9420f3ee48e546168d55cb39237ada0c.zip
remove spurious ::com::sun::star::sdbcx namespace prefix
Change-Id: I37220af64c15259ab5bcf61b324d2a73ed8f5348
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx4
1 files changed, 2 insertions, 2 deletions
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))